ClaireOzzz commited on
Commit
5b64bb1
1 Parent(s): d941650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,8 +1,8 @@
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
 
7
 
8
  import gradio as gr
 
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
 
7
 
8
  import gradio as gr