Update app.py
Browse files
app.py
CHANGED
@@ -254,4 +254,4 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
|
|
254 |
client_button.click(fn=send_keylock_wrapper, inputs=[send_service_dropdown, client_image_input, endpoints_state], outputs=[client_json_output, client_status])
|
255 |
|
256 |
if __name__ == "__main__":
|
257 |
-
demo.launch()
|
|
|
254 |
client_button.click(fn=send_keylock_wrapper, inputs=[send_service_dropdown, client_image_input, endpoints_state], outputs=[client_json_output, client_status])
|
255 |
|
256 |
if __name__ == "__main__":
|
257 |
+
demo.launch(mcp_server=True)
|