AI-ML-API-tutorials commited on
Commit
76c0fe8
1 Parent(s): 3d205c2

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,4 +285,4 @@ with gr.Blocks(
285
  gr.HTML(examples_html)
286
 
287
  # Launch the Gradio app
288
- demo.launch()
 
285
  gr.HTML(examples_html)
286
 
287
  # Launch the Gradio app
288
+ demo.launch(share=True)