Spaces:
Runtime error
Runtime error
fix: wrong syntax
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ class Chatbot(gr.Chatbot):
|
|
308 |
bubble_full_width = bubble_full_width,
|
309 |
line_breaks = line_breaks,
|
310 |
layout = layout,
|
311 |
-
kwargs
|
312 |
)
|
313 |
|
314 |
def _preprocess_chat_messages(
|
|
|
308 |
bubble_full_width = bubble_full_width,
|
309 |
line_breaks = line_breaks,
|
310 |
layout = layout,
|
311 |
+
kwargs=kwargs,
|
312 |
)
|
313 |
|
314 |
def _preprocess_chat_messages(
|