汐知 commited on
Commit
5810888
1 Parent(s): ed508b9
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -308,5 +308,4 @@ with gr.Blocks() as demo:
308
  ],
309
  outputs=[baseline_gallery]
310
  )
311
-
312
- demo.launch(server_name="0.0.0.0")
 
308
  ],
309
  outputs=[baseline_gallery]
310
  )
311
+ demo.launch(share=True, show_api=False)