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
@@ -2,7 +2,7 @@
|
|
2 |
import os
|
3 |
|
4 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
5 |
-
os.system("cd /home/user/app/hy3dgen/texgen/
|
6 |
|
7 |
import shutil
|
8 |
import time
|
|
|
2 |
import os
|
3 |
|
4 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
5 |
+
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && pip install .")
|
6 |
|
7 |
import shutil
|
8 |
import time
|