Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
100 |
button = gr.Button("Senden")
|
101 |
|
102 |
# Connect the button to the function
|
103 |
-
button.click(fn=websearch, inputs=
|
104 |
|
105 |
# Launch the Gradio application
|
106 |
demo.launch()
|
|
|
100 |
button = gr.Button("Senden")
|
101 |
|
102 |
# Connect the button to the function
|
103 |
+
button.click(fn=websearch, inputs=[ort_input, audio_input], outputs=details_output)
|
104 |
|
105 |
# Launch the Gradio application
|
106 |
demo.launch()
|