@@ -166,6 +166,7 @@ async def generate_video(
return HTTPException("No texts.")
async def wait_finish(model, email, texts, lang):
+ await asyncio.sleep(1)
if not model:
model = 'sd3'
wb = px.Workbook()