Binlaveloos commited on
Commit
ac6a291
·
verified ·
1 Parent(s): 50b9e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css=css) as demo:
61
  outputs = [output_1, output_2, output_3],
62
  fn=infer,
63
  cache_examples=True,
64
- share=True
65
  label='Click on any Examples below to get depth estimation results quickly 👇'
66
  )
67
 
 
61
  outputs = [output_1, output_2, output_3],
62
  fn=infer,
63
  cache_examples=True,
64
+ share=True,
65
  label='Click on any Examples below to get depth estimation results quickly 👇'
66
  )
67