Spaces:
Running
on
Zero
Running
on
Zero
macadeliccc
commited on
Commit
•
6940b0d
1
Parent(s):
d21b363
test
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ with gr.Blocks() as app:
|
|
61 |
response = chat_with_ochat(input_text.value)
|
62 |
output_text.update(value=response)
|
63 |
|
64 |
-
submit_button.click(fn=update_output
|
65 |
|
66 |
app.launch()
|
|
|
61 |
response = chat_with_ochat(input_text.value)
|
62 |
output_text.update(value=response)
|
63 |
|
64 |
+
submit_button.click(fn=update_output)
|
65 |
|
66 |
app.launch()
|