ObiJuanCodenobi commited on
Commit
13baac3
·
1 Parent(s): 0faebff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ with gr.Blocks() as demo:
42
  run_button = gr.Button("Run")
43
  run_button.click(fn=call_flowise_api, inputs=[action, id_or_key, body], outputs=[status_output, response_output])
44
 
45
- gr.serve_app(demo, mcp=True)
 
42
  run_button = gr.Button("Run")
43
  run_button.click(fn=call_flowise_api, inputs=[action, id_or_key, body], outputs=[status_output, response_output])
44
 
45
+ gr.app(demo, mcp=True)