Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dzmltzack
/
flan-t5-xl-32bit-lm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4a2ab39
flan-t5-xl-32bit-lm
/
app.py
dzmltzack
Update app.py
4a2ab39
over 1 year ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/flan-t5-xl"
).launch()