elfgk commited on
Commit
ef00039
·
verified ·
1 Parent(s): 044dadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
42
  text_input = gr.Textbox(label="Metin Girin", placeholder="Seslendirmek istediğiniz metni buraya yazın.")
43
 
44
  lang_input = gr.Radio(["tr", "en", "fr"], label="Dil Seçimi", value="tr")
45
- output = gr.Audio(label="Ses Dosyası", interactive=False)
46
 
47
  submit_button = gr.Button("Seslendir")
48
  submit_button.click(
 
42
  text_input = gr.Textbox(label="Metin Girin", placeholder="Seslendirmek istediğiniz metni buraya yazın.")
43
 
44
  lang_input = gr.Radio(["tr", "en", "fr"], label="Dil Seçimi", value="tr")
45
+ output = gr.Audio(label="Ses Dosyası", type="filepath", interactive=False)
46
 
47
  submit_button = gr.Button("Seslendir")
48
  submit_button.click(