Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lube97
/
summarizeIT
like
0
Runtime error
App
Files
Files
Community
1cec4ad
summarizeIT
/
app.py
lube97
Create app.py
1cec4ad
almost 2 years ago
raw
Copy download link
history
blame
Safe
106 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/pszemraj/long-t5-tglobal-base-16384-book-summary"
).launch()