rockdrigoma commited on
Commit
fba8bdc
1 Parent(s): 88f6564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
  prefix = "translate Spanish to Nahuatl: "
4
- gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", inputs=gr.inputs.Textbox(lines=5, label="Input Text"), theme="darkhuggingface").launch()
 
1
  import gradio as gr
2
 
3
  prefix = "translate Spanish to Nahuatl: "
4
+ gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", inputs=gr.inputs.Textbox(lines=5, label="Input Text"), theme="grass", title='Spanish to Nahuatl Translation').launch()