JUNGU commited on
Commit
755858b
ยท
verified ยท
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