Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
access_token = os.getenv("HUGGINGFACE_TOKEN")
|
8 |
subprocess.run(
|
9 |
shlex.split(
|
10 |
-
"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/
|
11 |
)
|
12 |
)
|
13 |
|
|
|
7 |
access_token = os.getenv("HUGGINGFACE_TOKEN")
|
8 |
subprocess.run(
|
9 |
shlex.split(
|
10 |
+
"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt240/download.html"
|
11 |
)
|
12 |
)
|
13 |
|