Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
code2life
/
t5
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
t5
/
app.py
code2life
fix: add t5
301a3a1
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
68 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-large"
).launch()