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