Update app.py
Browse files
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)
|