Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
โข
d1a3210
1
Parent(s):
11179ad
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ iface = gr.Interface(
|
|
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 |
|
43 |
|
|
|
37 |
outputs=[gr.Label(), gr.Audio()],
|
38 |
title="msVision_3",
|
39 |
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ์ ์์ฑํฉ๋๋ค.(recognizes the object and generate voice)",
|
40 |
+
examples=["main/dog.jpg", "main/cat.jpg"] # ์์ ๋ ๋ถ๋ถ: ์ฝค๋ง ์ถ๊ฐ
|
41 |
)
|
42 |
|
43 |
|