SerdarHelli commited on
Commit
db078b4
1 Parent(s): fbffb5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- 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
 
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