pavishnikarthikeyan commited on
Commit
e83061d
·
verified ·
1 Parent(s): 59b9e14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ gr.close_all()
15
  # Create the Gradio interface
16
  demo = gr.Interface(
17
  fn=summary,
18
- inputs=[gr.Textbox(label="INPUT THE PASSAGE TO SUMMARIZE ABOVE 10 LINES", lines=10)],
19
  outputs=[gr.Textbox(label="SUMMARIZED TEXT", lines=4)],
20
  title="PAVISHINI @ GenAI Project 1: Text Summarizer",
21
  description="This application is used to summarize the text"
 
15
  # Create the Gradio interface
16
  demo = gr.Interface(
17
  fn=summary,
18
+ inputs=[gr.Textbox(label="INPUT THE PASSAGE TO SUMMARIZE ", lines=10)],
19
  outputs=[gr.Textbox(label="SUMMARIZED TEXT", lines=4)],
20
  title="PAVISHINI @ GenAI Project 1: Text Summarizer",
21
  description="This application is used to summarize the text"