Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
onnx
/
T5
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8915b24
T5
/
app.py
akhaliq
HF Staff
Update app.py
8915b24
over 3 years ago
raw
Copy download link
history
blame
82 Bytes
import
gradio
as
gr
title=
"T5"
gr.Interface.load(
"huggingface/t5-base"
).launch()