nikkmitra commited on
Commit
aa327ae
·
verified ·
1 Parent(s): 371b92a

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": ".voices/morgan.mp3",
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
  }