seawolf2357 commited on
Commit
fc1f0e7
Β·
verified Β·
1 Parent(s): 9a50ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  fn=text_to_speech,
17
  inputs=[
18
  gr.Textbox(lines=2, placeholder="μŒμ„± 생성을 μœ„ν•΄ ν…μŠ€νŠΈλ₯Ό μž…λ ₯ν•˜μ„Έμš”"),
19
- gr.Dropdown(label="μ–Έμ–΄ 선택", choices=["en", "es", "de", "fr", "ko"], default="ko"),
20
  ],
21
  outputs=gr.Audio(type="filepath", label="μƒμ„±λœ μŒμ„±"),
22
  )
 
16
  fn=text_to_speech,
17
  inputs=[
18
  gr.Textbox(lines=2, placeholder="μŒμ„± 생성을 μœ„ν•΄ ν…μŠ€νŠΈλ₯Ό μž…λ ₯ν•˜μ„Έμš”"),
19
+ gr.Dropdown(label="μ–Έμ–΄ 선택", choices=["en", "es", "de", "fr", "ko"], value="ko")
20
  ],
21
  outputs=gr.Audio(type="filepath", label="μƒμ„±λœ μŒμ„±"),
22
  )