Spaces:
Running
on
Zero
Running
on
Zero
Upload gradio_app.py with huggingface_hub
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -21,7 +21,7 @@ def install_cuda_toolkit():
|
|
21 |
install_cuda_toolkit()
|
22 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
23 |
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && pip install .")
|
24 |
-
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 TORCH_CUDA_ARCH_LIST='8.0;8.6;8.9;9.0' python setup.py install")
|
25 |
|
26 |
import shutil
|
27 |
import time
|
|
|
21 |
install_cuda_toolkit()
|
22 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
23 |
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && pip install .")
|
24 |
+
# os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 TORCH_CUDA_ARCH_LIST='8.0;8.6;8.9;9.0' python setup.py install")
|
25 |
|
26 |
import shutil
|
27 |
import time
|