Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ def interface(pdf_file, lang, file_format):
|
|
44 |
iface = gr.Interface(
|
45 |
fn=interface,
|
46 |
inputs=[
|
47 |
-
gr.File(label="
|
48 |
-
gr.Dropdown(choices=["en", "es", "fr", "de", "it", "tr", "zh", "jp"], label="
|
49 |
-
gr.Radio(choices=["mp3", "wav"], label="
|
50 |
],
|
51 |
outputs="file",
|
52 |
title="Pdf Seslendirme",
|
|
|
44 |
iface = gr.Interface(
|
45 |
fn=interface,
|
46 |
inputs=[
|
47 |
+
gr.File(label="Pdf i yükleyiniz"),
|
48 |
+
gr.Dropdown(choices=["en", "es", "fr", "de", "it", "tr", "zh", "jp"], label="Dil Seçiniz"),
|
49 |
+
gr.Radio(choices=["mp3", "wav"], label="Çıktı formatını seçiniz")
|
50 |
],
|
51 |
outputs="file",
|
52 |
title="Pdf Seslendirme",
|