broadfield-dev commited on
Commit
674b968
·
verified ·
1 Parent(s): 0ea5e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)