hxiang commited on
Commit
ab03678
·
verified ·
1 Parent(s): 58e363c

fix: add share=True in launch()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,5 +260,5 @@ with gr.Blocks() as demo:
260
  )
261
 
262
 
263
- demo.launch()
264
 
 
260
  )
261
 
262
 
263
+ demo.launch(share=True)
264