Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def prediction(text):
|
|
| 64 |
demo_app = gr.Interface(
|
| 65 |
fn=prediction,
|
| 66 |
inputs=gr.Textbox(label = " Enter the Text", max_lines = 20),
|
| 67 |
-
outputs= gr.Textbox(label = "Summarization of text")
|
| 68 |
title = "Text Summarization",
|
| 69 |
#description = DESCRIPTION,
|
| 70 |
#examples = EXAMPLES,
|
|
|
|
| 64 |
demo_app = gr.Interface(
|
| 65 |
fn=prediction,
|
| 66 |
inputs=gr.Textbox(label = " Enter the Text", max_lines = 20),
|
| 67 |
+
outputs= gr.Textbox(label = "Summarization of text"),
|
| 68 |
title = "Text Summarization",
|
| 69 |
#description = DESCRIPTION,
|
| 70 |
#examples = EXAMPLES,
|