Update app.py
Browse files
app.py
CHANGED
@@ -159,11 +159,17 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
159 |
),
|
160 |
],
|
161 |
examples=[
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
],
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
cache_examples=False,
|
168 |
)
|
169 |
|
|
|
159 |
),
|
160 |
],
|
161 |
examples=[
|
162 |
+
["Translate 'artificial intelligence' to Arabic."],
|
163 |
+
["How do you say 'photosynthesis' in Arabic?"],
|
164 |
+
["Translate 'main causes of climate change' into Arabic."],
|
165 |
+
["What is the Arabic translation for 'protein synthesis'?"],
|
166 |
+
["Translate 'key features of a democratic government' to Arabic."],
|
167 |
+
["How do you translate 'theory of relativity' into Arabic?"],
|
168 |
+
["What is the Arabic equivalent of 'vaccines prevent diseases'?"],
|
169 |
+
["Translate 'major events of World War II' to Arabic."],
|
170 |
+
["How do you say 'structure of a human cell' in Arabic?"],
|
171 |
+
["Translate 'role of DNA in genetics' into Arabic."]
|
172 |
+
],
|
173 |
cache_examples=False,
|
174 |
)
|
175 |
|