Spaces:
Runtime error
Runtime error
Update spaces.py
Browse files
spaces.py
CHANGED
@@ -262,7 +262,7 @@ def generate_conversation_video(messages, voice_ids, logo_url):
|
|
262 |
def generate_video(description):
|
263 |
voice_ids = [
|
264 |
"cgSgspJ2msm6clMCkdW9", # First speaker
|
265 |
-
"
|
266 |
]
|
267 |
logo_url = "https://opencall.ai/images/logo-symbol.svg"
|
268 |
|
|
|
262 |
def generate_video(description):
|
263 |
voice_ids = [
|
264 |
"cgSgspJ2msm6clMCkdW9", # First speaker
|
265 |
+
"3Niy6MUaDzcs7Liw7dFs" # Second speaker
|
266 |
]
|
267 |
logo_url = "https://opencall.ai/images/logo-symbol.svg"
|
268 |
|