Spaces:
Sleeping
Sleeping
speed improvements and documentation
Browse files
InferenceInterfaces/ControllableInterface.py
CHANGED
@@ -34,7 +34,6 @@ class ControllableInterface:
|
|
34 |
loudness_in_db
|
35 |
):
|
36 |
print(prompt + "\n\n")
|
37 |
-
self.model.set_accent_language(accent)
|
38 |
|
39 |
if reference_audio is None:
|
40 |
if not voice_seed:
|
|
|
34 |
loudness_in_db
|
35 |
):
|
36 |
print(prompt + "\n\n")
|
|
|
37 |
|
38 |
if reference_audio is None:
|
39 |
if not voice_seed:
|