ford442 commited on
Commit
61c01b2
·
verified ·
1 Parent(s): df3b410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ transcribe_token_id = all_special_ids[-5]
19
  translate_token_id = all_special_ids[-6]
20
 
21
  # --- FastSpeech2 (TTS) Setup ---
22
- TTS_MODEL_NAME = "your_username/fastspeech2-en-ljspeech" # OR "facebook/fastspeech2-en-ljspeech" after PR
23
 
24
  # 1. Load the config (now it should exist!)
25
  tts_config = AutoConfig.from_pretrained(TTS_MODEL_NAME)
 
19
  translate_token_id = all_special_ids[-6]
20
 
21
  # --- FastSpeech2 (TTS) Setup ---
22
+ TTS_MODEL_NAME = "ford442/fastspeech2-en-ljspeech" # OR "facebook/fastspeech2-en-ljspeech" after PR
23
 
24
  # 1. Load the config (now it should exist!)
25
  tts_config = AutoConfig.from_pretrained(TTS_MODEL_NAME)