Update audio_processing/config.py
Browse files
audio_processing/config.py
CHANGED
@@ -29,11 +29,6 @@ pipe = pipeline(
|
|
29 |
# SAMPLE_RATE = feature_extractor.sampling_rate
|
30 |
# SEED = 42
|
31 |
|
32 |
-
checkpoint_mms_tts_eng = "facebook/mms-tts-eng"
|
33 |
|
34 |
-
#
|
35 |
-
|
36 |
-
# model_mms_tts_eng = VitsModel.from_pretrained(checkpoint_mms_tts_eng)
|
37 |
-
# tokenizer_mms_tts_eng = AutoTokenizer.from_pretrained(checkpoint_mms_tts_eng)
|
38 |
-
|
39 |
-
pipe_tts = pipeline("text-to-speech", model=checkpoint_mms_tts_eng)
|
|
|
29 |
# SAMPLE_RATE = feature_extractor.sampling_rate
|
30 |
# SEED = 42
|
31 |
|
32 |
+
# checkpoint_mms_tts_eng = "facebook/mms-tts-eng"
|
33 |
|
34 |
+
# pipe_tts = pipeline("text-to-speech", model=checkpoint_mms_tts_eng)
|
|
|
|
|
|
|
|
|
|