codelion commited on
Commit
fa3030c
·
verified ·
1 Parent(s): ba84d74

Update app.py

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