Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
btlee215
/
google-flan-t5-xxl
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
486e2bc
google-flan-t5-xxl
/
app.py
btlee215
initial commit
486e2bc
almost 2 years ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/flan-t5-xxl"
).launch()