Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adeep5
/
google-flan-t5-xl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7fc34c8
google-flan-t5-xl
/
app.py
adeep5
initial commit
7fc34c8
verified
9 months ago
raw
Copy download link
history
blame
Safe
65 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-xl"
).launch()