Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ with gr.Blocks() as demo:
|
|
126 |
|
127 |
analyze_button.click(process_input, inputs=[image_input, text_input], outputs=[output_highlighted, output_logs, output_docs])
|
128 |
|
129 |
-
demo.launch()
|
|
|
126 |
|
127 |
analyze_button.click(process_input, inputs=[image_input, text_input], outputs=[output_highlighted, output_logs, output_docs])
|
128 |
|
129 |
+
demo.launch(share=True)
|