Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def predict(input_text):
|
|
| 10 |
gradio_app = gr.Interface(
|
| 11 |
predict,
|
| 12 |
inputs = gr.Textbox(label="Enter text to be summarized"),
|
| 13 |
-
outputs = gr.Textbox(label="
|
| 14 |
title="Text Summarizer"
|
| 15 |
)
|
| 16 |
|
|
|
|
| 10 |
gradio_app = gr.Interface(
|
| 11 |
predict,
|
| 12 |
inputs = gr.Textbox(label="Enter text to be summarized"),
|
| 13 |
+
outputs = gr.Textbox(label="Summarized text"),
|
| 14 |
title="Text Summarizer"
|
| 15 |
)
|
| 16 |
|