Anton Bushuiev commited on
Commit
9bb9300
·
1 Parent(s): 797a72e

Revert gradio and spaces versions

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -11,6 +11,11 @@
11
  # | |_) | _ <| |___ / ___ \| . \
12
  # |____/|_| \_\_____/_/ \_\_|\_\
13
  # """)
 
 
 
 
 
14
 
15
  import sys
16
  import copy
 
11
  # | |_) | _ <| |___ / ___ \| . \
12
  # |____/|_| \_\_____/_/ \_\_|\_\
13
  # """)
14
+ import os
15
+ os.system("pip uninstall -y gradio")
16
+ os.system("pip install gradio==3.50.2")
17
+ os.system("pip uninstall -y spaces")
18
+ os.system("pip install spaces==0.8")
19
 
20
  import sys
21
  import copy