milmor commited on
Commit
cf05f54
1 Parent(s): 48dce21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,14 +29,15 @@ gr.Interface(
29
  title='🌽 Spanish to Nahuatl Automatic Translation',
30
  description='This model is a T5 Transformer (t5-small) fine-tuned on 29,007 spanish and nahuatl sentences using 12,890 samples collected from the web and 16,117 samples from the Axolotl dataset. The dataset is normalized using "sep" normalization from py-elotl. For more details visit https://huggingface.co/hackathon-pln-es/t5-small-spanish-nahuatl',
31
  examples=[
32
- 'hola',
33
  'conejo',
34
  'estrella',
35
  'te quiero mucho',
36
  'te amo',
37
  'quiero comer',
38
  'esto se llama agua',
 
39
  'mi abuelo se llama Juan',
 
40
  'te amo con todo mi corazón'],
41
  article=article,
42
  allow_flagging="manual",
 
29
  title='🌽 Spanish to Nahuatl Automatic Translation',
30
  description='This model is a T5 Transformer (t5-small) fine-tuned on 29,007 spanish and nahuatl sentences using 12,890 samples collected from the web and 16,117 samples from the Axolotl dataset. The dataset is normalized using "sep" normalization from py-elotl. For more details visit https://huggingface.co/hackathon-pln-es/t5-small-spanish-nahuatl',
31
  examples=[
 
32
  'conejo',
33
  'estrella',
34
  'te quiero mucho',
35
  'te amo',
36
  'quiero comer',
37
  'esto se llama agua',
38
+ 'Mi hermano es un ajolote',
39
  'mi abuelo se llama Juan',
40
+ 'El pueblo del ajolote',
41
  'te amo con todo mi corazón'],
42
  article=article,
43
  allow_flagging="manual",