IvanMiao commited on
Commit
a457094
·
1 Parent(s): 428a945

feat: enable mcp server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,4 +272,4 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=CUSTOM_CSS) as demo:
272
 
273
 
274
  if __name__ == "__main__":
275
- demo.launch()
 
272
 
273
 
274
  if __name__ == "__main__":
275
+ demo.launch(mcp_server=True)