mgbam commited on
Commit
c2dd5ee
·
verified ·
1 Parent(s): 3ee401e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ class DesignAgent:
298
  class VoiceoverAgent:
299
  def __init__(self):
300
  self.api_key = ELEVENLABS_API_KEY
301
- self.voice_id = "21m00Tcm4TlvDq8ikWAM" # Default voice ID (Bella)
302
  self.model = "eleven_monolingual_v1"
303
 
304
  def generate_voiceover(self, text, voice_id=None):
 
298
  class VoiceoverAgent:
299
  def __init__(self):
300
  self.api_key = ELEVENLABS_API_KEY
301
+ self.voice_id = "ZthjuvLPty3kTMaNKVKb" # Default voice ID (Bella)
302
  self.model = "eleven_monolingual_v1"
303
 
304
  def generate_voiceover(self, text, voice_id=None):