Update agents/agents.py
Browse files- agents/agents.py +1 -2
agents/agents.py
CHANGED
|
@@ -398,5 +398,4 @@ class VoiceoverAgent:
|
|
| 398 |
return response.json().get("voices", [])
|
| 399 |
return []
|
| 400 |
except Exception as e:
|
| 401 |
-
return []
|
| 402 |
-
|
|
|
|
| 398 |
return response.json().get("voices", [])
|
| 399 |
return []
|
| 400 |
except Exception as e:
|
| 401 |
+
return []
|
|
|