LTT commited on
Commit
e569b69
·
verified ·
1 Parent(s): 4bc16b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/py310_cu121_pyt210/download.html"
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