File size: 191 Bytes
b9f2594
 
16c0fd5
 
 
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();