made it shareble
Browse files
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=
|
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()
|