Update modules/whisper/whisper_base.py
Browse files
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:
|