broadfield-dev commited on
Commit
e48c844
·
verified ·
1 Parent(s): b0e6b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -852,4 +852,4 @@ with gr.Blocks(theme=custom_theme, css=custom_css) as demo:
852
  refresh_status_button.click(fn=handle_refresh_space_status, inputs=[hf_api_key_input, owner_name_input, space_name_input], outputs=[space_runtime_status_display])
853
 
854
  if __name__ == "__main__":
855
- demo.launch(debug=True)
 
852
  refresh_status_button.click(fn=handle_refresh_space_status, inputs=[hf_api_key_input, owner_name_input, space_name_input], outputs=[space_runtime_status_display])
853
 
854
  if __name__ == "__main__":
855
+ demo.launch(debug=False, mcp_server=True)