JunchuanYu commited on
Commit
1e9abf5
·
1 Parent(s): 7a1552a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ from huggingface_hub import login
15
  from huggingface_hub import Repository
16
  from huggingface_hub import hf_hub_download
17
  # os.system("python -m pip install --upgrade pip")
18
- os.system("pip uninstall -y gradio")
19
- os.system("pip install gradio==3.27.0")
20
 
21
  token = os.environ['HUB_TOKEN']
22
  loc =hf_hub_download(repo_id="JunchuanYu/files_for_segmentRS", filename="utils.py",repo_type="dataset",local_dir='.',token=token)
 
15
  from huggingface_hub import Repository
16
  from huggingface_hub import hf_hub_download
17
  # os.system("python -m pip install --upgrade pip")
18
+ # os.system("pip uninstall -y gradio")
19
+ # os.system("pip install gradio==3.26.0")
20
 
21
  token = os.environ['HUB_TOKEN']
22
  loc =hf_hub_download(repo_id="JunchuanYu/files_for_segmentRS", filename="utils.py",repo_type="dataset",local_dir='.',token=token)