broadfield-dev commited on
Commit
b9b0cbc
·
verified ·
1 Parent(s): 6c9da90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ with gr.Blocks(title="Web Browse API", theme=gr.themes.Soft()) as demo:
187
  submit_button.click(fn=perform_web_browse, inputs=[action_input, query_input, browser_input, search_engine_input], outputs=output_json, api_name="web_browse")
188
 
189
  if __name__ == "__main__":
190
- demo.launch()
 
187
  submit_button.click(fn=perform_web_browse, inputs=[action_input, query_input, browser_input, search_engine_input], outputs=output_json, api_name="web_browse")
188
 
189
  if __name__ == "__main__":
190
+ demo.launch(mcp_server=True)