Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
โข
6085495
1
Parent(s):
2d9d2d5
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ CHUNK_SIZE = 1024
|
|
46 |
|
47 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
48 |
with gr.Blocks() as demo:
|
49 |
-
gr.Markdown("
|
50 |
gr.Markdown("AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
51 |
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด ์ ํ ์ค์ ๋์ด, ์ด๊ณผ์ ์์ฑ ์์ฑ์ด ์ ํ๋ฉ๋๋ค.)")
|
52 |
voice_choice = gr.Dropdown(choices=["์ฐจ์น์", "๊น์ ์", "๊ถ์"], label="์์ฑ ์ ํ")
|
|
|
46 |
|
47 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
48 |
with gr.Blocks() as demo:
|
49 |
+
gr.Markdown("๋ฐ๋ผ ๋ณด์ด์ค: AI ์์ฑ ๋ณต์ , ์์ฑ ์๋ฎฌ๋ ์ด์
")
|
50 |
gr.Markdown("AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
51 |
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด ์ ํ ์ค์ ๋์ด, ์ด๊ณผ์ ์์ฑ ์์ฑ์ด ์ ํ๋ฉ๋๋ค.)")
|
52 |
voice_choice = gr.Dropdown(choices=["์ฐจ์น์", "๊น์ ์", "๊ถ์"], label="์์ฑ ์ ํ")
|