play7284 commited on
Commit
22a67ae
·
verified ·
1 Parent(s): 3b13d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ iface = gr.Interface(
24
  description="输入关键字,使用cdnjs API搜索相关JS库。"
25
  )
26
 
27
- iface.launch()
 
24
  description="输入关键字,使用cdnjs API搜索相关JS库。"
25
  )
26
 
27
+ iface.launch(mcp_server=True)