npc0 commited on
Commit
ffbdbeb
·
1 Parent(s): 4a6693c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
  gr.LogoutButton()
18
  gr.Markdown().attach_load_event(hello, None)
19
 
20
- demo.launch()
 
17
  gr.LogoutButton()
18
  gr.Markdown().attach_load_event(hello, None)
19
 
20
+ demo.launch(share=True)