Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
utec
/
Panchitos_de_Vicemi
like
0
Runtime error
App
Files
Files
Community
0344f43
Panchitos_de_Vicemi
/
app.py
Vicemi
Panchitos de app.py
0344f43
over 2 years ago
raw
Copy download link
history
blame
Safe
201 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/google/byt5-small"
, title=
"Panchos"
, examples=examples).launch();