JaMe76 commited on
Commit
df38ac7
Β·
1 Parent(s): 1bb3b1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ credentials_kwargs={"aws_access_key_id": os.environ["ACCESS_KEY"],"aws_secret_ac
5
  # work around: https://discuss.huggingface.co/t/how-to-install-a-specific-version-of-gradio-in-spaces/13552
6
  os.system("pip uninstall -y gradio")
7
  os.system("pip install gradio==3.4.1")
8
- os.system("pip install packaging=21.3")
9
  os.system(os.environ["DD_ADDONS"])
10
 
11
  import time
 
5
  # work around: https://discuss.huggingface.co/t/how-to-install-a-specific-version-of-gradio-in-spaces/13552
6
  os.system("pip uninstall -y gradio")
7
  os.system("pip install gradio==3.4.1")
8
+ os.system("pip install packaging==21.3")
9
  os.system(os.environ["DD_ADDONS"])
10
 
11
  import time