abdulsamad commited on
Commit
21b57f6
·
verified ·
1 Parent(s): 8afb113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def summary(text):
15
 
16
 
17
  # We instantiate the Textbox class
18
- textbox = gr.Textbox(label="Summarizer: This is a demo for summarization", placeholder="Enter the text to be summarized")
19
 
20
 
21
  demo = gr.Interface(fn=summary, inputs=textbox, outputs="text")
 
15
 
16
 
17
  # We instantiate the Textbox class
18
+ textbox = gr.Textbox(label="Summarizer: ", placeholder="Enter the text")
19
 
20
 
21
  demo = gr.Interface(fn=summary, inputs=textbox, outputs="text")