momo commited on
Commit
5d93f96
·
1 Parent(s): d60334d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if __name__ == '__main__':
25
  app = gr.Interface(
26
  fn=summarization,
27
  inputs=gr.inputs.Textbox(lines=10, label="News"),
28
- outputs=gr.outputs.Textbox(lines=10, label="Summary"),
29
  title="한국어 뉴스 요약 생성기",
30
  description="Korean News Summary Generator"
31
  )
 
25
  app = gr.Interface(
26
  fn=summarization,
27
  inputs=gr.inputs.Textbox(lines=10, label="News"),
28
+ outputs=gr.outputs.Textbox(label="Summary"),
29
  title="한국어 뉴스 요약 생성기",
30
  description="Korean News Summary Generator"
31
  )