vibs08 commited on
Commit
669f388
·
verified ·
1 Parent(s): 4386ef2

Update app.py

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