dross20 commited on
Commit
1863c16
·
1 Parent(s): 219651a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(input_text):
10
  gradio_app = gr.Interface(
11
  predict,
12
  inputs = gr.Textbox(label="Enter text to be summarized"),
13
- outputs = gr.Textbox(label="Result"),
14
  title="Text Summarizer"
15
  )
16
 
 
10
  gradio_app = gr.Interface(
11
  predict,
12
  inputs = gr.Textbox(label="Enter text to be summarized"),
13
+ outputs = gr.Textbox(label="Summarized text"),
14
  title="Text Summarizer"
15
  )
16