nikkmitra commited on
Commit
ab9f648
·
verified ·
1 Parent(s): a30dd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ tts = load_tts_model()
17
 
18
  # Celebrity voices (example list, you may want to expand or modify this)
19
  celebrity_voices = {
20
- "Morgan Freeman": "path/to/morgan_freeman_sample.wav",
21
  "Scarlett Johansson": "path/to/scarlett_johansson_sample.wav",
22
  "David Attenborough": "path/to/david_attenborough_sample.wav",
23
  }
 
17
 
18
  # Celebrity voices (example list, you may want to expand or modify this)
19
  celebrity_voices = {
20
+ "Morgan Freeman": "voices/morgan.mp3",
21
  "Scarlett Johansson": "path/to/scarlett_johansson_sample.wav",
22
  "David Attenborough": "path/to/david_attenborough_sample.wav",
23
  }