mgbam commited on
Commit
30477d0
·
verified ·
1 Parent(s): 7d093df

Update agents/agents.py

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