seawolf2357 commited on
Commit
6b62859
ยท
verified ยท
1 Parent(s): ad7babb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ iface = gr.Interface(
36
  inputs=gr.Image(type="pil"),
37
  outputs=[gr.Label(), gr.Audio()],
38
  title="msVision_3",
39
- description="์ด๋ฏธ์ง€๋ฅผ ์—…๋กœ๋“œํ•˜๋ฉด, ์‚ฌ๋ฌผ์„ ์ธ์‹ํ•˜๊ณ  ํ•ด๋‹นํ•˜๋Š” ์Œ์„ฑ์„ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.",
 
40
  examples=["dog.jpg", "cat.jpg"] # ์ˆ˜์ •๋œ ๋ถ€๋ถ„: ์ฝค๋งˆ ์ถ”๊ฐ€
41
  )
42
 
 
36
  inputs=gr.Image(type="pil"),
37
  outputs=[gr.Label(), gr.Audio()],
38
  title="msVision_3",
39
+ description="์ด๋ฏธ์ง€๋ฅผ ์—…๋กœ๋“œํ•˜๋ฉด, ์‚ฌ๋ฌผ์„ ์ธ์‹ํ•˜๊ณ  ํ•ด๋‹นํ•˜๋Š” ์Œ์„ฑ์„ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
40
+ When you upload an image, it recognizes the object and generates the corresponding voice.",
41
  examples=["dog.jpg", "cat.jpg"] # ์ˆ˜์ •๋œ ๋ถ€๋ถ„: ์ฝค๋งˆ ์ถ”๊ฐ€
42
  )
43