Spaces:
Build error
Build error
Commit
ยท
01d4338
1
Parent(s):
311fb46
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,10 @@ CHUNK_SIZE = 1024
|
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("FakeVoice: AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
68 |
gr.Markdown("์ง๊ธ ์ปค๋ฎค๋ํฐ์ ์ฐธ์ฌํ์๋ฉด ๋์ฑ ๋ง์ ์ ๋ณด์ ๋ค์ํ ๊ธฐํ๋ฅผ ์ป์ผ์ค ๊ฒ์
๋๋ค. ์ปค๋ฎค๋ํฐ ์ฐธ์ฌ ๋งํฌ https://open.kakao.com/o/gE6hK9Vf ")
|
69 |
-
gr.Markdown("
|
|
|
|
|
70 |
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด ์ ํ ์ค์ ๋์ด, ์ด๊ณผ์ ์์ฑ ์์ฑ์ด ์ ํ๋ฉ๋๋ค.)")
|
71 |
-
voice_choice = gr.Dropdown(choices=["๋จ์ฑAI", "์ฌ์ฑAI", "ํธ๋ผํ", "์ฐจ์น์", "๊น์ ์", "๋
ธ๋ฌดํ", "๊ถ์", "์ค์์ด"], label="์์ฑ ์ ํ")
|
72 |
submit_button = gr.Button("์์ฑ")
|
73 |
audio_output = gr.Audio(label="์์ฑ๋ ์ค๋์ค")
|
74 |
|
|
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("FakeVoice: AI๊ฐ ๋ณต์ ํ ์ ๋ช
์ธ์ ์์ฑ์ผ๋ก, ํ
์คํธ๋ง ์
๋ ฅํ๋ฉด ์์ฐ์ค๋ฝ๊ฒ ํด๋น ์ธ๋ฌผ์ ์์ฑ์ผ๋ก ์์ฑํฉ๋๋ค.")
|
68 |
gr.Markdown("์ง๊ธ ์ปค๋ฎค๋ํฐ์ ์ฐธ์ฌํ์๋ฉด ๋์ฑ ๋ง์ ์ ๋ณด์ ๋ค์ํ ๊ธฐํ๋ฅผ ์ป์ผ์ค ๊ฒ์
๋๋ค. ์ปค๋ฎค๋ํฐ ์ฐธ์ฌ ๋งํฌ https://open.kakao.com/o/gE6hK9Vf ")
|
69 |
+
gr.Markdown("์์ฑ์ ๋จผ์ ์ ํํ ํ ์ํ์๋ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์. ํ
์คํธ๋ฅผ ์
๋ ฅํ์ง ์๊ณ ์์ฑ์ ๋๋ฅด๋ฉด ์์ ๋์ฌ๊ฐ ์์ฑ๋ฉ๋๋ค.")
|
70 |
+
gr.Markdown("์์ฑ๋ ์ค๋์ค๋ฅผ ๋ค์ด๋ก๋ ํ ์ ์์ต๋๋ค. ๋ค์ด๋ก๋ ๋ฐ์ผ์ ํ ๋ค์ด๋ก๋ ๋ฐ์ ํ์ผ์ ํ์ฅ์๋ฅผ mp3๋ก ๋ณ๊ฒฝํ์๋ฉด ๋ฉ๋๋ค. ")
|
71 |
+
voice_choice = gr.Dropdown(choices=["๋จ์ฑAI", "์ฌ์ฑAI", "ํธ๋ผํ", "์ฐจ์น์", "๊น์ ์", "๋
ธ๋ฌดํ", "๊ถ์", "์ค์์ด"], label="์์ฑ ์ ํ")
|
72 |
text_input = gr.Textbox(label="์์ฑ์ผ๋ก ์์ฑํ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์.(100๊ธ์ ์ด๋ด ์ ํ ์ค์ ๋์ด, ์ด๊ณผ์ ์์ฑ ์์ฑ์ด ์ ํ๋ฉ๋๋ค.)")
|
|
|
73 |
submit_button = gr.Button("์์ฑ")
|
74 |
audio_output = gr.Audio(label="์์ฑ๋ ์ค๋์ค")
|
75 |
|