Spaces:
Paused
Paused
Commit
·
ff61b2b
1
Parent(s):
f47d7f1
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ os.system("git clone https://github.com/royorel/StyleSDF.git")
|
|
| 6 |
sys.path.append("StyleSDF")
|
| 7 |
|
| 8 |
os.system(f"{sys.executable} -m pip install -U torch==1.13.0+cu116")
|
|
|
|
| 9 |
|
| 10 |
os.system(f"{sys.executable} -m pip install -U fvcore")
|
| 11 |
|
|
|
|
| 6 |
sys.path.append("StyleSDF")
|
| 7 |
|
| 8 |
os.system(f"{sys.executable} -m pip install -U torch==1.13.0+cu116")
|
| 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 |
|