Commit
·
2c5321c
1
Parent(s):
9b7bf3c
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ prefix = "translate Spanish to Nahuatl: "
|
|
4 |
gr.Interface.load(
|
5 |
"huggingface/hackathon-pln-es/t5-small-spanish-nahuatl",
|
6 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
7 |
-
theme="
|
8 |
-
title='
|
9 |
description='This is a model that was trained to translate from Spanish to Nahuatl',
|
10 |
examples=[
|
11 |
prefix+'hola',
|
|
|
4 |
gr.Interface.load(
|
5 |
"huggingface/hackathon-pln-es/t5-small-spanish-nahuatl",
|
6 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
7 |
+
theme="peach",
|
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',
|