Pijush2023 commited on
Commit
3446529
·
verified ·
1 Parent(s): e74da49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '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",