demo123 / app.py
valeria-legaria's picture
Update app.py
16c0fd5
raw
history blame
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();