yunuseduran commited on
Commit
7497633
1 Parent(s): f5e0882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,6 +27,6 @@ def interface(pdf_file):
27
  return audio_file
28
 
29
  iface = gr.Interface(fn=interface, inputs="file", outputs="file",
30
- title="PDF to Speech Converter",
31
- description="Upload a PDF file and convert it to MP3 format audio.")
32
  iface.launch()
 
27
  return audio_file
28
 
29
  iface = gr.Interface(fn=interface, inputs="file", outputs="file",
30
+ title="Pdf Seslendirme",
31
+ description="PDF dosyasını yükleyin ve onu MP3 formatındaki sese dönüştürün.")
32
  iface.launch()