Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,14 +2,12 @@
|
|
| 2 |
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
-
title = "summary"
|
| 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=
|
| 12 |
-
description=
|
| 13 |
).launch()
|
| 14 |
|
| 15 |
|
|
|
|
| 2 |
|
| 3 |
import gradio as gr
|
| 4 |
|
|
|
|
|
|
|
| 5 |
|
| 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 |
|
| 13 |
|