Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def respond(
|
|
54 |
|
55 |
|
56 |
|
57 |
-
demo = gr.ChatInterface(respond, examples=["ุงูุณูุงู
ุนูููู
ููู ุญุงููุ", "hello"], title="Mistral 7B Arabic Fine-tuned")
|
58 |
|
59 |
|
60 |
if __name__ == "__main__":
|
|
|
54 |
|
55 |
|
56 |
|
57 |
+
demo = gr.ChatInterface(respond, type="messages", examples=["ุงูุณูุงู
ุนูููู
ููู ุญุงููุ", "hello"], title="Mistral 7B Arabic Fine-tuned")
|
58 |
|
59 |
|
60 |
if __name__ == "__main__":
|