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

Update app.py

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