AnkitPatil commited on
Commit
dcd5a60
·
1 Parent(s): ea827ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def analyze_text(text):
11
  result = summarizer(text, min_length=180, truncation=True)
12
  iface = gr.Interface(
13
  fn=analyze_text,
14
- inputs=gr.Textbox.input(placeholder= "Enter or paste your Text and press Submit."),
15
  outputs="text"
16
  )
17
 
 
11
  result = summarizer(text, min_length=180, truncation=True)
12
  iface = gr.Interface(
13
  fn=analyze_text,
14
+ inputs=gr.Textbox.input(),
15
  outputs="text"
16
  )
17