Spaces:
Running
on
Zero
Running
on
Zero
Anton Bushuiev
commited on
Commit
·
eb4ab29
1
Parent(s):
9bb9300
Update torch
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ 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
|
|
|
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 |
|
22 |
import sys
|
23 |
import copy
|