Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|