UnarineLeo commited on
Commit
3eefee4
·
verified ·
1 Parent(s): 80efb39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -10
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
- ["Area planted for grain"],
282
- ["Population census"],
283
- ["Economic growth rate"],
284
- ["Statistical survey"],
285
- ["Data collection"],
286
- ["Income distribution"],
287
- ["Employment rate"],
288
- ["Agricultural production"],
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):"