Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -546,7 +546,7 @@ def show_map_if_details(history, choice):
|
|
546 |
|
547 |
def generate_audio_elevenlabs(text):
|
548 |
XI_API_KEY = os.environ['ELEVENLABS_API']
|
549 |
-
VOICE_ID = '
|
550 |
tts_url = f"https://api.elevenlabs.io/v1/text-to-speech/{VOICE_ID}/stream"
|
551 |
headers = {
|
552 |
"Accept": "application/json",
|
|
|
546 |
|
547 |
def generate_audio_elevenlabs(text):
|
548 |
XI_API_KEY = os.environ['ELEVENLABS_API']
|
549 |
+
VOICE_ID = 'WX6XNe3QcmzYHt4DymI9'
|
550 |
tts_url = f"https://api.elevenlabs.io/v1/text-to-speech/{VOICE_ID}/stream"
|
551 |
headers = {
|
552 |
"Accept": "application/json",
|