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

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(lines=10, 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(placeholder= "Enter or paste your Text and press Submit."),
15
  outputs="text"
16
  )
17