Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
|
|
55 |
fn=extract_and_summarize,
|
56 |
inputs=gr.Image(type="pil", label="Upload Document Image"),
|
57 |
outputs=gr.Textbox(label="Summarized Text"),
|
58 |
-
title="
|
59 |
-
description="
|
60 |
)
|
61 |
|
62 |
# Launch the interface
|
|
|
55 |
fn=extract_and_summarize,
|
56 |
inputs=gr.Image(type="pil", label="Upload Document Image"),
|
57 |
outputs=gr.Textbox(label="Summarized Text"),
|
58 |
+
title="๊ณต๋ฌธ์ ์์ฝ ์์ฑ๊ธฐ",
|
59 |
+
description="๋ฌธ์์ ํ๋ฉด์ ์บก์ณํ์ฌ ์
๋ก๋ํ๋ฉด ์์ฝํด์ค๋๋ค."
|
60 |
)
|
61 |
|
62 |
# Launch the interface
|