Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sotosbarl
/
google-flan-t5-base
like
0
Sleeping
App
Files
Files
Community
main
google-flan-t5-base
/
app.py
sotosbarl
Update app.py
27dbaa8
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
import
gradio
as
gr
gr.load(
"models/google/mt5-base"
).launch()