Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xy4286
/
my-summary
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e732384
my-summary
/
app.py
xy4286
Update app.py
e732384
verified
10 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
import
gradio
as
gr
# demo = gr.load("xy4286/pegasus-samsum", src="models")
demo = gr.load(
"xy4286/yang-summarization"
, src=
"models"
)
demo.launch()