focuzz commited on
Commit
59fb189
·
verified ·
1 Parent(s): 0158763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  # Настройки
10
  use_custom_weights = True
11
  custom_weights_path = hf_hub_download(
12
- repo_id="focuzz/diffusion-depth-estimation",
13
  filename="unet_weights.pth"
14
  )
15
 
 
9
  # Настройки
10
  use_custom_weights = True
11
  custom_weights_path = hf_hub_download(
12
+ repo_id="focuzz/depth-estimation",
13
  filename="unet_weights.pth"
14
  )
15