Spaces:
Runtime error
Runtime error
2023-11-27-07-46-20
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import os
|
3 |
|
4 |
os.system("python3 -m venv mini-env")
|
5 |
-
os.system("ls ./")
|
6 |
os.system("python mini-env/bin/activate")
|
7 |
|
8 |
os.system("pip install torch==2.1.0 torchvision torchaudio")
|
|
|
2 |
import os
|
3 |
|
4 |
os.system("python3 -m venv mini-env")
|
5 |
+
os.system("ls ./mini-env")
|
6 |
os.system("python mini-env/bin/activate")
|
7 |
|
8 |
os.system("pip install torch==2.1.0 torchvision torchaudio")
|