Huiwenshi commited on
Commit
8707e06
·
verified ·
1 Parent(s): f56cf3f

Update app_hg.py

Browse files
Files changed (1) hide show
  1. app_hg.py +2 -1
app_hg.py CHANGED
@@ -58,7 +58,8 @@ def install_cuda_toolkit():
58
 
59
  def install_requirements():
60
  subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/NVlabs/nvdiffrast"])
61
- subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/facebookresearch/pytorch3d@stable"])
 
62
 
63
  def download_models():
64
  os.makedirs("weights", exist_ok=True)
 
58
 
59
  def install_requirements():
60
  subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/NVlabs/nvdiffrast"])
61
+ # subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/facebookresearch/pytorch3d@stable"])
62
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/facebookresearch/[email protected]"])
63
 
64
  def download_models():
65
  os.makedirs("weights", exist_ok=True)