mtyrrell commited on
Commit
e438f2d
1 Parent(s): 66fd865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  import os
3
  os.system("pip uninstall -y spaces")
4
- os.system('pip install spaces==0.17.0')
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip uninstall -y inflect")
7
  os.system("pip uninstall -y pydantic")
 
1
 
2
  import os
3
  os.system("pip uninstall -y spaces")
4
+ os.system('pip install spaces==0.12.0')
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip uninstall -y inflect")
7
  os.system("pip uninstall -y pydantic")