Spaces:
Running
Running
seawolf2357
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ iface = gr.Interface(
|
|
53 |
inputs=gr.Image(type="pil"),
|
54 |
outputs=[gr.Label(), gr.Audio(), gr.Audio()],
|
55 |
title="msVision_3",
|
56 |
-
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ ๋ฐ ์์
์ ์์ฑํฉ๋๋ค.(recognizes
|
57 |
-
examples=["dog.jpg", "cat.png", "cafe.jpg"]
|
58 |
)
|
59 |
|
60 |
|
|
|
53 |
inputs=gr.Image(type="pil"),
|
54 |
outputs=[gr.Label(), gr.Audio(), gr.Audio()],
|
55 |
title="msVision_3",
|
56 |
+
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ ๋ฐ ์์
์ ์์ฑํฉ๋๋ค.(recognizes object and generate Voice&Music)",
|
57 |
+
examples=["dog.jpg", "cat.png", "cafe.jpg"]
|
58 |
)
|
59 |
|
60 |
|