Spaces:
Runtime error
Runtime error
Eddyhzd
commited on
Commit
·
e477df9
1
Parent(s):
df6c119
test
Browse files
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(
|
| 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()
|