mgokg commited on
Commit
9c158ec
·
verified ·
1 Parent(s): 75cc043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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={ort_input, audio_input], outputs=details_output)
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()