Junfeng5 commited on
Commit
7f46c78
·
verified ·
1 Parent(s): c5803b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.44.1")
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