Harini4623 commited on
Commit
3afb68f
1 Parent(s): 7271103

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( 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( placeholder="Enter your article here..."),
16
+ outputs=gr.Textbox( placeholder="Summary will appear here...")
17
  )
18
 
19
  if __name__ == "__main__":