ClaireOzzz commited on
Commit
2396e61
1 Parent(s): 1d9483c

Update app.py

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