NaderAfshar commited on
Commit ·
e8da9a2
1
Parent(s): d9a7102
Added the "share=True" for launch
Browse files
app.py
CHANGED
|
@@ -110,4 +110,5 @@ with gr.Blocks(css="""
|
|
| 110 |
reset_button.click(reset_agent, outputs=[upload_status, df_head_output, image_output, file_input, upload_button])
|
| 111 |
|
| 112 |
# Launch the Gradio App
|
| 113 |
-
demo.launch()
|
|
|
|
|
|
| 110 |
reset_button.click(reset_agent, outputs=[upload_status, df_head_output, image_output, file_input, upload_button])
|
| 111 |
|
| 112 |
# Launch the Gradio App
|
| 113 |
+
demo.launch(share=True)
|
| 114 |
+
|