Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ iface = gr.Interface(
|
|
37 |
outputs=[gr.Label(), gr.Audio()],
|
38 |
title="msVision_3",
|
39 |
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ์ ์์ฑํฉ๋๋ค."
|
|
|
40 |
)
|
41 |
|
42 |
# ์ธํฐํ์ด์ค ์คํ
|
|
|
37 |
outputs=[gr.Label(), gr.Audio()],
|
38 |
title="msVision_3",
|
39 |
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ์ ์์ฑํฉ๋๋ค."
|
40 |
+
examples=["dog.jpg", "cat.jpg"]
|
41 |
)
|
42 |
|
43 |
# ์ธํฐํ์ด์ค ์คํ
|