Spaces:
Runtime error
Runtime error
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
|