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