Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
MarziehFadaee
commited on
Commit
•
94196f4
1
Parent(s):
98df161
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ def clear_chat():
|
|
55 |
|
56 |
examples = [
|
57 |
"Explain the relativity theory in French",
|
|
|
58 |
"Como sair de um helicóptero que caiu na água?",
|
59 |
"¿Cómo le explicarías el aprendizaje automático a un extraterrestre?",
|
60 |
"Explain gravity to a chicken.",
|
@@ -65,6 +66,7 @@ examples = [
|
|
65 |
"یک پاراگراف در مورد زیباییهای طبیعت در فصل پاییز بنویس",
|
66 |
"Wie kann ich lernen, selbstbewusster zu werden?",
|
67 |
"Formally introduce the transformer architecture with notation.",
|
|
|
68 |
]
|
69 |
|
70 |
custom_css = """
|
|
|
55 |
|
56 |
examples = [
|
57 |
"Explain the relativity theory in French",
|
58 |
+
"معروف ترین شاعر غزل سرا کیست؟",
|
59 |
"Como sair de um helicóptero que caiu na água?",
|
60 |
"¿Cómo le explicarías el aprendizaje automático a un extraterrestre?",
|
61 |
"Explain gravity to a chicken.",
|
|
|
66 |
"یک پاراگراف در مورد زیباییهای طبیعت در فصل پاییز بنویس",
|
67 |
"Wie kann ich lernen, selbstbewusster zu werden?",
|
68 |
"Formally introduce the transformer architecture with notation.",
|
69 |
+
|
70 |
]
|
71 |
|
72 |
custom_css = """
|