Spaces:
Running
on
Zero
Running
on
Zero
add type
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ iface = gr.ChatInterface(
|
|
52 |
fn=chat_interface,
|
53 |
title="Chat avec Oolel",
|
54 |
description="Conversez avec le modèle Oolel",
|
|
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|
|
|
52 |
fn=chat_interface,
|
53 |
title="Chat avec Oolel",
|
54 |
description="Conversez avec le modèle Oolel",
|
55 |
+
type="messages"
|
56 |
)
|
57 |
|
58 |
if __name__ == "__main__":
|