Spaces:
Sleeping
Sleeping
yunuseduran
commited on
Commit
•
7497633
1
Parent(s):
f5e0882
Update app.py
Browse files
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="
|
31 |
-
description="
|
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()
|