kavsar commited on
Commit
36cca9d
·
1 Parent(s): 4c50ca7

fix gradio bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
4
  from huggingface_hub import snapshot_download
5
  import os
6
  os.system("pip uninstall -y gradio")
7
- os.system("pip install -U gradio")
8
  os.environ['CURL_CA_BUNDLE'] = ''
9
 
10
  from src.display.about import (
 
4
  from huggingface_hub import snapshot_download
5
  import os
6
  os.system("pip uninstall -y gradio")
7
+ os.system("pip install gradio==5.3.0")
8
  os.environ['CURL_CA_BUNDLE'] = ''
9
 
10
  from src.display.about import (