yozozaya commited on
Commit
c55b6d5
·
verified ·
1 Parent(s): 5a2a733

made it shareble

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,5 +62,5 @@ with gr.Blocks(title="MoveNet") as app:
62
  with gr.Row():
63
  gr.HTML(footer)
64
 
65
- app.launch(share=False, debug=True, show_error=True)
66
  app.queue()
 
62
  with gr.Row():
63
  gr.HTML(footer)
64
 
65
+ app.launch(share=True, debug=True, show_error=True)
66
  app.queue()