Spaces:
Paused
Paused
Update app.py
Browse files
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
|