jiuface commited on
Commit
bf6645e
1 Parent(s): 8ca9ae0

add share to launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,4 +270,4 @@ with gr.Blocks() as demo:
270
  ]
271
  )
272
 
273
- demo.launch(debug=False, show_error=True)
 
270
  ]
271
  )
272
 
273
+ demo.launch(debug=False, show_error=True, share=True)