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

Update app.py

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