Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(css=css) as demo:
|
|
204 |
)
|
205 |
|
206 |
interaction_handler = (
|
207 |
-
|
208 |
[chat, user_input],
|
209 |
[chat]
|
210 |
)
|
|
|
204 |
)
|
205 |
|
206 |
interaction_handler = (
|
207 |
+
interactWithModel,
|
208 |
[chat, user_input],
|
209 |
[chat]
|
210 |
)
|