Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
camparchimedes
/
t5-base
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aed212f
t5-base
/
app.py
camparchimedes
initial commit
aed212f
verified
9 months ago
raw
Copy download link
history
blame
Safe
65 Bytes
import
gradio
as
gr
gr.load(
"models/google-t5/t5-base"
).launch()