test
Browse files
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(
|
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 |
)
|