Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
156 |
button = gr.Button("Senden")
|
157 |
|
158 |
# Connect the button to the function
|
159 |
-
button.click(fn=
|
160 |
|
161 |
# Launch the Gradio application
|
162 |
demo.launch()
|
|
|
156 |
button = gr.Button("Senden")
|
157 |
|
158 |
# Connect the button to the function
|
159 |
+
button.click(fn=process_ort, inputs=ort_input, outputs=details_output)
|
160 |
|
161 |
# Launch the Gradio application
|
162 |
demo.launch()
|