rockdrigoma commited on
Commit
0bdbb2b
·
1 Parent(s): 28b3fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,11 +5,10 @@ gr.Interface.load(
5
  "huggingface/hackathon-pln-es/t5-small-spanish-nahuatl",
6
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
7
  theme="darkpeach",
8
- title='Spanish to Nahuatl Translation',
9
  description='This is a model that was trained to translate from Spanish to Nahuatl',
10
  examples=[
11
  prefix+'hola',
12
- prefix+'adios',
13
  prefix+'conejo',
14
  prefix+'estrella']
15
  ).launch()
 
5
  "huggingface/hackathon-pln-es/t5-small-spanish-nahuatl",
6
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
7
  theme="darkpeach",
8
+ title='💀 Spanish to Nahuatl Translation',
9
  description='This is a model that was trained to translate from Spanish to Nahuatl',
10
  examples=[
11
  prefix+'hola',
 
12
  prefix+'conejo',
13
  prefix+'estrella']
14
  ).launch()