AlexKagan commited on
Commit
4be05e3
1 Parent(s): 6d47f1e

add share=True to demo.launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
128
  gr.Examples(examples, txt)
129
 
130
  demo.queue()
131
- demo.launch(debug=True)
 
128
  gr.Examples(examples, txt)
129
 
130
  demo.queue()
131
+ demo.launch(debug=True, share=True)