astro21 commited on
Commit
02faa6f
·
1 Parent(s): 4ca6618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",