Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
6782125
1
Parent(s):
b47464e
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import spaces
|
2 |
|
3 |
import os
|
4 |
-
os.system("pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117")
|
5 |
import glob
|
6 |
import json
|
7 |
import traceback
|
|
|
1 |
import spaces
|
2 |
|
3 |
import os
|
4 |
+
#os.system("pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117")
|
5 |
import glob
|
6 |
import json
|
7 |
import traceback
|