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