Spaces:
Sleeping
Sleeping
Didier Guillevic
commited on
Commit
·
c3d3886
1
Parent(s):
3e0bb1a
Another fix
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks() as demo:
|
|
249 |
# Click actions
|
250 |
response_button.click(
|
251 |
fn=generate_response,
|
252 |
-
inputs=[question,
|
253 |
outputs=[response,]
|
254 |
)
|
255 |
clear_button.click(
|
|
|
249 |
# Click actions
|
250 |
response_button.click(
|
251 |
fn=generate_response,
|
252 |
+
inputs=[question,],
|
253 |
outputs=[response,]
|
254 |
)
|
255 |
clear_button.click(
|