Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tarjomeh
/
T5v1.1
like
0
Sleeping
App
Files
Files
Community
main
T5v1.1
/
app.py
tarjomeh
initial commit
7e75fda
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/t5-v1_1-base"
).launch()