Spaces:
Paused
Paused
Commit
·
db078b4
1
Parent(s):
fbffb5a
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,7 @@ import os
|
|
| 5 |
os.system("git clone https://github.com/royorel/StyleSDF.git")
|
| 6 |
sys.path.append("StyleSDF")
|
| 7 |
|
| 8 |
-
|
| 9 |
-
os.system(f"{sys.executable} -m pip install -U torchvision==0.14.0")
|
| 10 |
|
| 11 |
os.system(f"{sys.executable} -m pip install -U fvcore")
|
| 12 |
|
|
|
|
| 5 |
os.system("git clone https://github.com/royorel/StyleSDF.git")
|
| 6 |
sys.path.append("StyleSDF")
|
| 7 |
|
| 8 |
+
|
|
|
|
| 9 |
|
| 10 |
os.system(f"{sys.executable} -m pip install -U fvcore")
|
| 11 |
|