Update app.py
Browse files
app.py
CHANGED
@@ -432,4 +432,5 @@ with gr.Blocks(
|
|
432 |
outputs=[current_tag, current_index, feed_items, feed_html, is_loading]
|
433 |
)
|
434 |
|
435 |
-
|
|
|
|
432 |
outputs=[current_tag, current_index, feed_items, feed_html, is_loading]
|
433 |
)
|
434 |
|
435 |
+
# Launch the app with a public link
|
436 |
+
demo.launch(share=True)
|