Harini4623 commited on
Commit
8152ac2
·
1 Parent(s): e6e31b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def summarize_text(article):
13
  iface = gr.Interface(
14
  fn=summarize_text,
15
  inputs=gr.TextArea("text", placeholder="Enter your article here..."),
16
- outputs=gr.TextBox("text", placeholder="Summary will appear here...")
17
  )
18
 
19
  if __name__ == "__main__":
 
13
  iface = gr.Interface(
14
  fn=summarize_text,
15
  inputs=gr.TextArea("text", placeholder="Enter your article here..."),
16
+ outputs=gr.Textbox("text", placeholder="Summary will appear here...")
17
  )
18
 
19
  if __name__ == "__main__":