Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
53 |
-
description="
|
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)
|