xywwww commited on
Commit
446d65d
·
verified ·
1 Parent(s): d42ce16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ iface = gr.Interface(
95
  )
96
 
97
  # 启动 Gradio 应用
98
- iface.launch()
 
95
  )
96
 
97
  # 启动 Gradio 应用
98
+ iface.launch(share=True)