Update agents/agents.py
Browse files- agents/agents.py +2 -1
agents/agents.py
CHANGED
@@ -416,4 +416,5 @@ def get_voices(self):
|
|
416 |
|
417 |
except requests.exceptions.RequestException as e:
|
418 |
print(f"Error fetching voices from ElevenLabs: {e}")
|
419 |
-
return []
|
|
|
|
416 |
|
417 |
except requests.exceptions.RequestException as e:
|
418 |
print(f"Error fetching voices from ElevenLabs: {e}")
|
419 |
+
return []
|
420 |
+
|