CineAI commited on
Commit
814951a
1 Parent(s): 558fcff

Update audio_processing/config.py

Browse files
Files changed (1) hide show
  1. audio_processing/config.py +2 -7
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
- # from transformers import VitsModel, AutoTokenizer
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)