matsuap commited on
Commit
14b8437
·
1 Parent(s): 0baa4be

Fix app.py to launch demo with mcp_server set to True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks() as demo:
38
  search_btn.click(fn=brave_search, inputs=[query], outputs=output)
39
 
40
  if __name__ == "__main__":
41
- demo.launch(mcp_server=Tre)
 
38
  search_btn.click(fn=brave_search, inputs=[query], outputs=output)
39
 
40
  if __name__ == "__main__":
41
+ demo.launch(mcp_server=True)