Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo123
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
16c0fd5
demo123
/
app.py
valeria-legaria
Update app.py
16c0fd5
about 3 years ago
raw
Copy download link
history
blame
Safe
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();