prithivMLmods commited on
Commit
6d8b4d2
·
verified ·
1 Parent(s): a10ce94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)