tomoya hai 1 mes
pai
achega
a904324aa6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backend/app/app/api/api_v1/endpoints/text2zip.py

+ 1 - 0
backend/app/app/api/api_v1/endpoints/text2zip.py

@@ -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()