songs1 commited on
Commit
311bc8d
·
1 Parent(s): 518b67e

enable MCP

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -718,4 +718,4 @@ with gr.Blocks(css_paths="style.css") as demo:
718
  )
719
 
720
  if __name__ == "__main__":
721
- demo.launch(mcp=True)
 
718
  )
719
 
720
  if __name__ == "__main__":
721
+ demo.launch(mcp_server=True)