Spaces:
Running
Running
seawolf2357
commited on
Commit
ยท
f3d41cc
1
Parent(s):
c9af1b9
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def generate_audio(text, voice_name):
|
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.Markdown("### ํ
์คํธ๋ฅผ ๋ณต์ ๋ ์์ฑ์ผ๋ก ๋ณํ")
|
38 |
gr.Markdown("AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
39 |
-
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด๋ก ์ ํ)"
|
40 |
voice_choice = gr.Dropdown(choices=["์ฐจ์น์", "๊น์ ์", "๊ถ์"], label="์์ฑ ์ ํ")
|
41 |
submit_button = gr.Button("์์ฑ")
|
42 |
audio_output = gr.Audio(label="์์ฑ๋ ์ค๋์ค")
|
|
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.Markdown("### ํ
์คํธ๋ฅผ ๋ณต์ ๋ ์์ฑ์ผ๋ก ๋ณํ")
|
38 |
gr.Markdown("AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
39 |
+
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด๋ก ์ ํ)")
|
40 |
voice_choice = gr.Dropdown(choices=["์ฐจ์น์", "๊น์ ์", "๊ถ์"], label="์์ฑ ์ ํ")
|
41 |
submit_button = gr.Button("์์ฑ")
|
42 |
audio_output = gr.Audio(label="์์ฑ๋ ์ค๋์ค")
|