Spaces:
Runtime error
Runtime error
FinalV
Browse filesFinalVersion
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["
|
4 |
-
|
5 |
-
gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();
|
6 |
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = [["Translate Spanish to Nahuatl: hola"], ["tlajtoli"]]
|
|
|
|
|
4 |
|
5 |
+
gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();
|