JUNGU commited on
Commit
755858b
β€’
1 Parent(s): e1d1000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Document Summarizer",
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