Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ def generate_video():
|
|
487 |
set_api_key("92e149985ea2732b4359c74346c3daee")
|
488 |
# voice = clone(name = "User Cloned Voice",
|
489 |
# files = [user_voice_path] )
|
490 |
-
voice = Voice(voice_id="
|
491 |
stability=0.71, similarity_boost=0.5, style=0.0, use_speaker_boost=True),)
|
492 |
|
493 |
audio = generate(text = text_prompt, voice = voice, model = "eleven_multilingual_v2",stream=True, latency=4)
|
|
|
487 |
set_api_key("92e149985ea2732b4359c74346c3daee")
|
488 |
# voice = clone(name = "User Cloned Voice",
|
489 |
# files = [user_voice_path] )
|
490 |
+
voice = Voice(voice_id="DeZH4ash9IU9gUcNjVXh",name="Marc",settings=VoiceSettings(
|
491 |
stability=0.71, similarity_boost=0.5, style=0.0, use_speaker_boost=True),)
|
492 |
|
493 |
audio = generate(text = text_prompt, voice = voice, model = "eleven_multilingual_v2",stream=True, latency=4)
|