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

Update app_hg.py

Browse files
Files changed (1) hide show
  1. app_hg.py +1 -1
app_hg.py CHANGED
@@ -93,7 +93,7 @@ def download_models():
93
  except Exception as e:
94
  print(f"Error downloading DUSt3R: {e}")
95
 
96
- # install_cuda_toolkit()
97
  install_requirements()
98
  download_models() ### download weights !!!!
99
 
 
93
  except Exception as e:
94
  print(f"Error downloading DUSt3R: {e}")
95
 
96
+ install_cuda_toolkit()
97
  install_requirements()
98
  download_models() ### download weights !!!!
99