Spaces:
Running
Running
seawolf2357
commited on
Commit
Β·
2d9d2d5
1
Parent(s):
a160271
Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ 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="μμ± μ ν")
|
53 |
submit_button = gr.Button("μμ±")
|
54 |
audio_output = gr.Audio(label="μμ±λ μ€λμ€")
|
|
|
46 |
|
47 |
# Gradio μΈν°νμ΄μ€ μ μ
|
48 |
with gr.Blocks() as demo:
|
49 |
+
gr.Markdown(""λ°λΌ 보μ΄μ€: AI μμ± λ³΅μ , μμ± Playground" ")
|
50 |
gr.Markdown("AIκ° λ³΅μ ν μ λͺ
μΈμ μμ±μΌλ‘, ν
μ€νΈλ§ μ
λ ₯νλ©΄ μμ°μ€λ½κ² ν΄λΉ μΈλ¬Όμ μμ±μΌλ‘ μμ±ν©λλ€.")
|
51 |
+
text_input = gr.Textbox(label="μμ±μΌλ‘ μμ±ν ν
μ€νΈλ₯Ό μ
λ ₯νμΈμ.(100κΈμ μ΄λ΄ μ ν μ€μ λμ΄, μ΄κ³Όμ μμ± μμ±μ΄ μ νλ©λλ€.)")
|
52 |
voice_choice = gr.Dropdown(choices=["μ°¨μΉμ", "κΉμ μ", "κΆμ"], label="μμ± μ ν")
|
53 |
submit_button = gr.Button("μμ±")
|
54 |
audio_output = gr.Audio(label="μμ±λ μ€λμ€")
|