Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ os.system("wget -q https://huggingface.co/FoundationVision/unitok_tokenizer/reso
|
|
19 |
PILtransform = transforms.ToPILImage()
|
20 |
|
21 |
os.system("pip uninstall -y gradio")
|
22 |
-
os.system("pip install gradio==4.
|
23 |
-
os.system("pip install gradio_client==1.3.0")
|
24 |
|
25 |
import gradio as gr
|
26 |
|
|
|
19 |
PILtransform = transforms.ToPILImage()
|
20 |
|
21 |
os.system("pip uninstall -y gradio")
|
22 |
+
os.system("pip install gradio==4.43.0")
|
23 |
+
# os.system("pip install gradio_client==1.3.0")
|
24 |
|
25 |
import gradio as gr
|
26 |
|