Update app.py
Browse files
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": "
|
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 |
}
|