Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -278,16 +278,14 @@ with gr.Blocks(title="English to Venda Translator", theme=gr.themes.Soft()) as d
|
|
278 |
# Examples based on statistical terminology the model was trained on
|
279 |
gr.Examples(
|
280 |
examples=[
|
281 |
-
["
|
282 |
-
["
|
283 |
-
["
|
284 |
-
["
|
285 |
-
["
|
286 |
-
["
|
287 |
-
["
|
288 |
-
["
|
289 |
-
["Household size"],
|
290 |
-
["Rural development"]
|
291 |
],
|
292 |
inputs=[input_text],
|
293 |
label="Try these statistical terms (model was trained on statistical terminology):"
|
|
|
278 |
# Examples based on statistical terminology the model was trained on
|
279 |
gr.Examples(
|
280 |
examples=[
|
281 |
+
["Hello, how are you?"],
|
282 |
+
["Good morning, everyone."],
|
283 |
+
["Thank you for your help."],
|
284 |
+
["What is your name?"],
|
285 |
+
["I am learning Venda."],
|
286 |
+
["Welcome to our school."],
|
287 |
+
["The weather is beautiful today."],
|
288 |
+
["Can you help me please?"]
|
|
|
|
|
289 |
],
|
290 |
inputs=[input_text],
|
291 |
label="Try these statistical terms (model was trained on statistical terminology):"
|