larry1129 commited on
Commit
d2a44a5
·
verified ·
1 Parent(s): 286c580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,5 +132,5 @@ iface = gr.Interface(
132
  )
133
 
134
  # 启动 Gradio 接口
135
- iface.launch(enable_api=True)
136
 
 
132
  )
133
 
134
  # 启动 Gradio 接口
135
+ iface.launch(api_open=True)
136