File size: 191 Bytes
44d235b
 
0e4aadd
0f6092a
0e4aadd
1
2
3
4
5
import gradio as gr

examples = [["Translate Spanish to Nahuatl: hola"], ["tlajtoli"]]

gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();