Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LucianoMolinelli
/
GoDenver
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ed6ea01
GoDenver
/
app.py
LucianoMolinelli
Create app.py
ed6ea01
almost 3 years ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/t5-large"
, examples=examples).launch();