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

Update app.py

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