vibs08 commited on
Commit
511a07c
·
verified ·
1 Parent(s): 6a1fbd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import datetime
24
  app = FastAPI()
25
 
26
 
27
- subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
28
 
29
  from tsr.system import TSR
30
  from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation
 
24
  app = FastAPI()
25
 
26
 
27
+ # subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
28
 
29
  from tsr.system import TSR
30
  from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation