pavishnikarthikeyan commited on
Commit
f7b0c04
·
verified ·
1 Parent(s): 2b2d5c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ 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", lines=100)],
19
- outputs=[gr.Textbox(label="SUMMARIZED TEXT", lines=50)],
20
  title="PAVISHINI @ GenAI Project 1: Text Summarizer",
21
  description="This application is used to summarize the text"
22
  )
 
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"
22
  )