Spaces:
Running
on
Zero
Running
on
Zero
Anton Bushuiev
commited on
Commit
•
6821ebb
1
Parent(s):
eb4ab29
upgrade gradio and spaces versions to latest
Browse files
app.py
CHANGED
@@ -12,10 +12,10 @@
|
|
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 |
os.system("pip uninstall -y torch")
|
20 |
os.system("pip install torch==2.0.1")
|
21 |
|
|
|
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 |
os.system("pip uninstall -y torch")
|
20 |
os.system("pip install torch==2.0.1")
|
21 |
|