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