luis1827's picture
FinalV
0e4aadd
raw
history blame contribute delete
No virus
191 Bytes
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();