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