Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehranandi
/
google-flan-t5-base
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
google-flan-t5-base
/
app.py
mehranandi
initial commit
50a137e
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-base"
).launch()