Spaces:
Runtime error
Runtime error
fancyfeast
commited on
Commit
·
f4d3067
1
Parent(s):
5a5956e
Man the chatinterface is weird #2
Browse files
app.py
CHANGED
|
@@ -173,6 +173,7 @@ with gr.Blocks() as demo:
|
|
| 173 |
gr.ChatInterface(
|
| 174 |
fn=chat_joycaption,
|
| 175 |
chatbot=chatbot,
|
|
|
|
| 176 |
fill_height=True,
|
| 177 |
multimodal=True,
|
| 178 |
textbox=textbox,
|
|
|
|
| 173 |
gr.ChatInterface(
|
| 174 |
fn=chat_joycaption,
|
| 175 |
chatbot=chatbot,
|
| 176 |
+
type="messages",
|
| 177 |
fill_height=True,
|
| 178 |
multimodal=True,
|
| 179 |
textbox=textbox,
|