Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Anushk24
/
google-flan-t5-xxl
like
0
Sleeping
App
Files
Files
Community
f031e2d
google-flan-t5-xxl
/
app.py
Anushk24
initial commit
f031e2d
12 months ago
raw
Copy download link
history
blame
Safe
66 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-xxl"
).launch()