Binlaveloos commited on
Commit
0a94fcd
·
verified ·
1 Parent(s): ac6a291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ 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
  label='Click on any Examples below to get depth estimation results quickly 👇'
65
  )
66