Commit
·
fba8bdc
1
Parent(s):
88f6564
Update app.py
Browse files
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="
|
|
|
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()
|