Eddyhzd commited on
Commit
e477df9
·
1 Parent(s): df6c119
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ with gr.Blocks() as demo:
38
  output = gr.Textbox(label="Résultat MCP")
39
 
40
  run_button = gr.Button("Exécuter")
41
- run_button.click(run_mcp, inputs=[tool_input, text_input], outputs=output)
42
 
43
  demo.launch()
 
38
  output = gr.Textbox(label="Résultat MCP")
39
 
40
  run_button = gr.Button("Exécuter")
41
+ run_button.click(call_mcp, inputs=[tool_input, text_input], outputs=output)
42
 
43
  demo.launch()