hysts HF staff commited on
Commit
5719c29
1 Parent(s): 33cb6e3
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -1,14 +1,5 @@
1
- import os
2
- import sys
3
-
4
- print("Installing correct gradio version...")
5
- os.system("pip uninstall -y gradio")
6
- os.system("pip install gradio==4.38.1")
7
- print("Installing Finished!")
8
-
9
-
10
  import json
11
- import uuid
12
 
13
  import cv2
14
  import gradio as gr
 
 
 
 
 
 
 
 
 
 
1
  import json
2
+ import os
3
 
4
  import cv2
5
  import gradio as gr