Spaces:
Running
on
L40S
Running
on
L40S
Update app_hg.py
Browse files
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)
|