meebox commited on
Commit
56c4cd8
·
1 Parent(s): 370756e

share the app.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ no_bg_if = gr.Interface(
27
  outputs=[gr.Gallery(label='處理後影像')]
28
  )
29
 
30
- no_bg_if.launch()
 
27
  outputs=[gr.Gallery(label='處理後影像')]
28
  )
29
 
30
+ no_bg_if.launch(share=True)