Update app.py
Browse files
app.py
CHANGED
|
@@ -82,4 +82,4 @@ with gr.Blocks() as demo:
|
|
| 82 |
inputs=[category, subtask, bg, curr, target, root, confirm, follow],
|
| 83 |
outputs=None) # No output for this one
|
| 84 |
|
| 85 |
-
demo.launch()
|
|
|
|
| 82 |
inputs=[category, subtask, bg, curr, target, root, confirm, follow],
|
| 83 |
outputs=None) # No output for this one
|
| 84 |
|
| 85 |
+
demo.launch(share="True")
|