Correction interface Gradio
Browse files
app.py
CHANGED
|
@@ -170,7 +170,6 @@ def generer_reponse(message, historique):
|
|
| 170 |
|
| 171 |
demo = gr.ChatInterface(
|
| 172 |
fn=generer_reponse,
|
| 173 |
-
type="messages",
|
| 174 |
title="Darija Chamaliya",
|
| 175 |
description="مساعد ذكي كيهضر بالدارجة الشمالية ديال تطوان وطنجة.",
|
| 176 |
textbox=gr.Textbox(
|
|
|
|
| 170 |
|
| 171 |
demo = gr.ChatInterface(
|
| 172 |
fn=generer_reponse,
|
|
|
|
| 173 |
title="Darija Chamaliya",
|
| 174 |
description="مساعد ذكي كيهضر بالدارجة الشمالية ديال تطوان وطنجة.",
|
| 175 |
textbox=gr.Textbox(
|