aadnk commited on
Commit
38cc8a7
1 Parent(s): fdd892b

Improve description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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