Update app.py
Browse files
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
|
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"
|