Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(
|
|
56 |
label="Select Language",
|
57 |
choices=["en", "ru", "es", "fr", "de", "zh", "ja", "ko", "pt", "it"],
|
58 |
value="en",
|
59 |
-
|
60 |
)
|
61 |
],
|
62 |
outputs=gr.Textbox(label="Transcription"),
|
|
|
56 |
label="Select Language",
|
57 |
choices=["en", "ru", "es", "fr", "de", "zh", "ja", "ko", "pt", "it"],
|
58 |
value="en",
|
59 |
+
info="Select the language for transcription."
|
60 |
)
|
61 |
],
|
62 |
outputs=gr.Textbox(label="Transcription"),
|