merve HF staff commited on
Commit
533d9bb
1 Parent(s): 53ca291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install gradio==2.8.0b5")
3
  os.system("pip install -r requirements.txt")
4
  os.system("pip freeze")
5
  from huggingface_hub import from_pretrained_keras
1
  import os
2
+ os.system("pip install gradio==2.8.0b22")
3
  os.system("pip install -r requirements.txt")
4
  os.system("pip freeze")
5
  from huggingface_hub import from_pretrained_keras