Spaces:
Running
Running
seawolf2357
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
|
|
35 |
fn=classify_and_generate_voice,
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(), gr.Audio()],
|
38 |
-
title="
|
39 |
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ์ ์์ฑํฉ๋๋ค."
|
40 |
)
|
41 |
|
|
|
35 |
fn=classify_and_generate_voice,
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(), gr.Audio()],
|
38 |
+
title="msVision_3",
|
39 |
description="์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ํ๋ฉด, ์ฌ๋ฌผ์ ์ธ์ํ๊ณ ํด๋นํ๋ ์์ฑ์ ์์ฑํฉ๋๋ค."
|
40 |
)
|
41 |
|