Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def summarize_text(input_text):
|
|
56 |
# input_type = gr.inputs.Textbox(label = "textbox" )
|
57 |
|
58 |
# Name the outputs using the label parameter and provide a download option
|
59 |
-
demo = gr.Interface(fn=summarize_text, inputs=[gr.Textbox(label="Enter Text",placeholder="Ask me anything.",lines=3
|
60 |
outputs=[gr.Textbox(label="Summarized Text")],
|
61 |
title = "Text Summarization",
|
62 |
description = "Summarize text using BART",
|
|
|
56 |
# input_type = gr.inputs.Textbox(label = "textbox" )
|
57 |
|
58 |
# Name the outputs using the label parameter and provide a download option
|
59 |
+
demo = gr.Interface(fn=summarize_text, inputs=[gr.Textbox(label="Enter Text",placeholder="Ask me anything.",lines=3)],
|
60 |
outputs=[gr.Textbox(label="Summarized Text")],
|
61 |
title = "Text Summarization",
|
62 |
description = "Summarize text using BART",
|