LAP-DEV commited on
Commit
e8a32cb
·
verified ·
1 Parent(s): a036849

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
modules/whisper/whisper_base.py CHANGED
@@ -286,7 +286,7 @@ class WhisperBase(ABC):
286
  Output file path to return to gr.Files()
287
  """
288
 
289
- if input_multi:
290
  files = files_multi
291
 
292
  try:
 
286
  Output file path to return to gr.Files()
287
  """
288
 
289
+ if input_multi != "Single":
290
  files = files_multi
291
 
292
  try: