Yw22 commited on
Commit
7adefe6
1 Parent(s): 5d5d7c6
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import os
 
 
 
2
  print("Installing correct gradio version...")
3
  os.system("pip uninstall -y gradio")
4
  os.system("pip install gradio==4.7.0")
 
1
  import os
2
+ import sys
3
+
4
+
5
  print("Installing correct gradio version...")
6
  os.system("pip uninstall -y gradio")
7
  os.system("pip install gradio==4.7.0")