SerdarHelli commited on
Commit
c1bf24c
1 Parent(s): 291a372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +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 fvcore")
10
 
 
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
 
10
  os.system(f"{sys.executable} -m pip install -U fvcore")
11