Update app.py
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
|
124 |
generate_btn.click(fn=describe_image, inputs=[image_input, model_choice], outputs=output)
|
125 |
|
126 |
# Launch the interface
|
127 |
-
demo.launch(debug=True)
|
|
|
124 |
generate_btn.click(fn=describe_image, inputs=[image_input, model_choice], outputs=output)
|
125 |
|
126 |
# Launch the interface
|
127 |
+
demo.launch(debug=True, share=True, mcp_server=True, ssr_mode=False, show_error=True)
|