Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linu
|
|
31 |
from tsr.system import TSR
|
32 |
from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation
|
33 |
|
34 |
-
os.environ["CUDA_VISIBLE_DEVICES"] = "1"
|
35 |
|
36 |
HEADER = """FRAME AI"""
|
37 |
|
|
|
31 |
from tsr.system import TSR
|
32 |
from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orientation
|
33 |
|
34 |
+
# os.environ["CUDA_VISIBLE_DEVICES"] = "1"
|
35 |
|
36 |
HEADER = """FRAME AI"""
|
37 |
|