ok
Browse files
App/Generate/database/Model.py
CHANGED
@@ -195,6 +195,7 @@ class Scene(orm.Model):
|
|
195 |
self.narration_link = link
|
196 |
|
197 |
async def _retry_narration_generation(self):
|
|
|
198 |
tts = Speak()
|
199 |
retry_count = 0
|
200 |
while retry_count < 3:
|
|
|
195 |
self.narration_link = link
|
196 |
|
197 |
async def _retry_narration_generation(self):
|
198 |
+
print(self.narration)
|
199 |
tts = Speak()
|
200 |
retry_count = 0
|
201 |
while retry_count < 3:
|