mgbam commited on
Commit
53a1d82
·
verified ·
1 Parent(s): e076de5

Update agents/agent.py

Browse files
Files changed (1) hide show
  1. agents/agent.py +2 -1
agents/agent.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
+