Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
Spanish_to_nahuatl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luis1827
commited on
Apr 1, 2022
Commit
44d235b
·
1 Parent(s):
6beef30
Prueba1
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
//examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
4
+
5
+
gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();