Update app.py
Browse files
app.py
CHANGED
@@ -67,14 +67,7 @@ demo = gr.ChatInterface(
|
|
67 |
"Tell me about Casablanca",
|
68 |
"كيفاش نقدر نتعلم الدارجة؟"
|
69 |
],
|
70 |
-
cache_examples=False
|
71 |
-
retry_btn="🔄 جرب مرة أخرى",
|
72 |
-
undo_btn="↶ تراجع",
|
73 |
-
clear_btn="🗑️ امسح الكل",
|
74 |
-
theme=gr.themes.Soft(
|
75 |
-
primary_hue="blue",
|
76 |
-
secondary_hue="green"
|
77 |
-
)
|
78 |
)
|
79 |
|
80 |
# Launch the app
|
|
|
67 |
"Tell me about Casablanca",
|
68 |
"كيفاش نقدر نتعلم الدارجة؟"
|
69 |
],
|
70 |
+
cache_examples=False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
)
|
72 |
|
73 |
# Launch the app
|