EricGEGE commited on
Commit
cb3622a
·
verified ·
1 Parent(s): a79982e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,4 +252,4 @@ with gr.Blocks() as app:
252
  approve_order_output = gr.HTML(label="输出")
253
  approve_order_button.click(fn=approve_order_interface, inputs=[username_approve, order_id], outputs=approve_order_output)
254
 
255
- app.launch(share=True)
 
252
  approve_order_output = gr.HTML(label="输出")
253
  approve_order_button.click(fn=approve_order_interface, inputs=[username_approve, order_id], outputs=approve_order_output)
254
 
255
+ app.launch()