Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Grepper
/
t5-base2
like
0
Runtime error
App
Files
Files
Community
main
t5-base2
/
app.py
Grepper
initial commit
86f6e52
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
65 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/t5-base"
).launch()