Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ATajuddin
/
google-flan-t5-xxl
like
0
Runtime error
App
Files
Files
Community
87c2c02
google-flan-t5-xxl
/
app.py
ATajuddin
initial commit
87c2c02
about 1 year ago
raw
Copy download link
history
blame
Safe
66 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-xxl"
).launch()