Update app.py
Browse files
app.py
CHANGED
@@ -1751,7 +1751,7 @@ gc.collect()
|
|
1751 |
model_bark = None
|
1752 |
processor_bark = None
|
1753 |
whisper_model = None
|
1754 |
-
bark_voice_preset = "v2/
|
1755 |
|
1756 |
# Thread pool for async operations
|
1757 |
executor = ThreadPoolExecutor(max_workers=2)
|
|
|
1751 |
model_bark = None
|
1752 |
processor_bark = None
|
1753 |
whisper_model = None
|
1754 |
+
bark_voice_preset = "v2/en_speaker_6"
|
1755 |
|
1756 |
# Thread pool for async operations
|
1757 |
executor = ThreadPoolExecutor(max_workers=2)
|