Olivier-Truong
commited on
Commit
•
cee7918
1
Parent(s):
501db69
Update src/config.py
Browse files- src/config.py +1 -1
src/config.py
CHANGED
@@ -47,7 +47,7 @@ class VadInitialPromptMode(Enum):
|
|
47 |
return None
|
48 |
|
49 |
class ApplicationConfig:
|
50 |
-
def __init__(self, models: List[ModelConfig] = [], input_audio_max_duration: int =
|
51 |
share: bool = False, server_name: str = None, server_port: int = 7860,
|
52 |
queue_concurrency_count: int = 1, delete_uploaded_files: bool = True,
|
53 |
whisper_implementation: str = "whisper",
|
|
|
47 |
return None
|
48 |
|
49 |
class ApplicationConfig:
|
50 |
+
def __init__(self, models: List[ModelConfig] = [], input_audio_max_duration: int = -1,
|
51 |
share: bool = False, server_name: str = None, server_port: int = 7860,
|
52 |
queue_concurrency_count: int = 1, delete_uploaded_files: bool = True,
|
53 |
whisper_implementation: str = "whisper",
|