Your Name %!s(int64=4) %!d(string=hai) anos
pai
achega
8e8b88874d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      apis/main.py

+ 3 - 1
apis/main.py

@@ -29,7 +29,9 @@ app = FastAPI()
 @app.post("/tts/audio_to_video")
 async def audio_to_video(item: FName):
     print(item.fname)
-    
+    import zhtest
+    fname=zhtest.to_video.delay(item.fname)
+    print(fname)    
     return {"OK": "200"}