space for filler words
Browse files
    	
        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}")
         |