ngocng19 commited on
Commit
a82f3f4
·
verified ·
1 Parent(s): 3e98d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")