Someman commited on
Commit
c65f717
1 Parent(s): ac1392a

Update app.py #4

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def summarize(text):
36
 
37
  demo = gr.Interface(
38
  fn=summarize,
39
- inputs=gr.Textbox(lines=5, max_lines=20, label="Input Text"),
40
- outputs="Summarization"
41
  )
42
 
43
  if __name__ == "__main__":
 
36
 
37
  demo = gr.Interface(
38
  fn=summarize,
39
+ inputs=gr.Textbox(lines=5, max_lines=20, label="Input"),
40
+ outputs="Input"
41
  )
42
 
43
  if __name__ == "__main__":