Mbonea commited on
Commit
f2ad651
1 Parent(s): 0b92995

space for filler words

Browse files
Files changed (1) hide show
  1. App/Generate/database/Model.py +1 -1
App/Generate/database/Model.py CHANGED
@@ -198,7 +198,7 @@ class Scene(orm.Model):
198
  while retry_count < 3:
199
  try:
200
  return await self.tts.say(
201
- text=self.narration + "master"
202
  ) ### The blanks help to even stuff up.
203
  except Exception as e:
204
  print(f"Failed to generate narration: {e}")
 
198
  while retry_count < 3:
199
  try:
200
  return await self.tts.say(
201
+ text=self.narration + " master"
202
  ) ### The blanks help to even stuff up.
203
  except Exception as e:
204
  print(f"Failed to generate narration: {e}")