focuzz commited on
Commit
0158763
·
verified ·
1 Parent(s): 53771b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/depth-estimation",
13
  filename="unet_weights.pth"
14
  )
15
 
@@ -130,4 +130,4 @@ with gr.Blocks() as demo:
130
  gallery = gr.Gallery(label="Сравнение RGB и Глубины", columns=4)
131
  demo.load(fn=generate_gallery, outputs=gallery)
132
 
133
- demo.launch(share=True)
 
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
 
 
130
  gallery = gr.Gallery(label="Сравнение RGB и Глубины", columns=4)
131
  demo.load(fn=generate_gallery, outputs=gallery)
132
 
133
+ demo.launch()