yunuseduran commited on
Commit
efa9479
·
verified ·
1 Parent(s): a21cc84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  gr.Radio(choices=["mp3", "wav"], label="Select Output Format")
50
  ],
51
  outputs="file",
52
- title="PDF to Speech Converter",
53
- description="Upload a PDF file, select the language, and choose the output format (MP3 or WAV)."
54
  )
55
  iface.launch(share=True)
 
49
  gr.Radio(choices=["mp3", "wav"], label="Select Output Format")
50
  ],
51
  outputs="file",
52
+ title="Pdf Seslendirme",
53
+ description="Bir PDF dosyası yükleyin, dili seçin ve çıktı formatını (MP3 veya WAV) seçin."
54
  )
55
  iface.launch(share=True)