Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def summarize(text):
|
|
| 37 |
demo = gr.Interface(
|
| 38 |
fn=summarize,
|
| 39 |
inputs=gr.Textbox(placeholder="Enter news " , lines=5, max_lines=20, label="News"),
|
| 40 |
-
outputs=gr.Textbox(
|
| 41 |
)
|
| 42 |
|
| 43 |
if __name__ == "__main__":
|
|
|
|
| 37 |
demo = gr.Interface(
|
| 38 |
fn=summarize,
|
| 39 |
inputs=gr.Textbox(placeholder="Enter news " , lines=5, max_lines=20, label="News"),
|
| 40 |
+
outputs=gr.Textbox(label="Generated Summary")
|
| 41 |
)
|
| 42 |
|
| 43 |
if __name__ == "__main__":
|