Spaces:
Sleeping
Sleeping
Improve description
Browse files
app.py
CHANGED
|
@@ -154,6 +154,8 @@ def createUi(inputAudioMaxDuration, share=False, server_name: str = None):
|
|
| 154 |
ui_description += " audio and is also a multi-task model that can perform multilingual speech recognition "
|
| 155 |
ui_description += " as well as speech translation and language identification. "
|
| 156 |
|
|
|
|
|
|
|
| 157 |
if inputAudioMaxDuration > 0:
|
| 158 |
ui_description += "\n\n" + "Max audio file length: " + str(inputAudioMaxDuration) + " s"
|
| 159 |
|
|
|
|
| 154 |
ui_description += " audio and is also a multi-task model that can perform multilingual speech recognition "
|
| 155 |
ui_description += " as well as speech translation and language identification. "
|
| 156 |
|
| 157 |
+
ui_description += "\n\n" + "Note: You can upload more audio (and even video) types by changing to All Files (*.*) in the file selector."
|
| 158 |
+
|
| 159 |
if inputAudioMaxDuration > 0:
|
| 160 |
ui_description += "\n\n" + "Max audio file length: " + str(inputAudioMaxDuration) + " s"
|
| 161 |
|