fffiloni commited on
Commit
b93e6f8
·
verified ·
1 Parent(s): d3319fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import requests
13
  # Ensure the required package is installed
14
  def install_dependencies():
15
  try:
16
- subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/facebookresearch/pytorch3d.git@75ebeeaea0908c5527e7b1e305fbc7681382db47"])
17
  except subprocess.CalledProcessError as e:
18
  print(f"Error installing dependencies: {e}")
19
  sys.exit(1) # Exit the script if installation fails
 
13
  # Ensure the required package is installed
14
  def install_dependencies():
15
  try:
16
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/facebookresearch/pytorch3d.git@stable"])
17
  except subprocess.CalledProcessError as e:
18
  print(f"Error installing dependencies: {e}")
19
  sys.exit(1) # Exit the script if installation fails