Update app.py
Browse files
app.py
CHANGED
@@ -82,4 +82,4 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as app:
|
|
82 |
image_summary_button.click(handle_summary_button_click, inputs=image_input, outputs=image_summary_output)
|
83 |
|
84 |
# Note: Authentication details removed for security reasons
|
85 |
-
app.launch() # Launch the app with sharing enabled
|
|
|
82 |
image_summary_button.click(handle_summary_button_click, inputs=image_input, outputs=image_summary_output)
|
83 |
|
84 |
# Note: Authentication details removed for security reasons
|
85 |
+
app.launch(share=True) # Launch the app with sharing enabled
|