Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
google-flan-t5-base
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7648154
google-flan-t5-base
/
app.py
awacke1
initial commit
7648154
over 2 years ago
raw
Copy download link
history
blame
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/flan-t5-base"
).launch()