Huiwenshi commited on
Commit
e4e5dd5
·
verified ·
1 Parent(s): dae702d

Upload gradio_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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/differentiable_renderer/custom_rasterizer && pip install .")
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