Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ title = "summary"
|
|
6 |
description = "a summary test"
|
7 |
|
8 |
gr.Interface.load(
|
9 |
-
"huggingface/
|
10 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
11 |
title=title,
|
12 |
description=description,
|
|
|
6 |
description = "a summary test"
|
7 |
|
8 |
gr.Interface.load(
|
9 |
+
"huggingface/xy4286/pegasus-samsum",
|
10 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
11 |
title=title,
|
12 |
description=description,
|