ClaireOzzz commited on
Commit
aeffc37
1 Parent(s): 40b7660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.system('pip install pip==23.3.0')
3
- os.system('pip uninstall spaces')
4
  os.system('pip install spaces==0.18.0')
5
  os.system('pip install gradio==4.0.2')
6
 
 
1
  import os
2
  os.system('pip install pip==23.3.0')
3
+ os.system('pip uninstall spaces -y')
4
  os.system('pip install spaces==0.18.0')
5
  os.system('pip install gradio==4.0.2')
6