@@ -316,7 +316,7 @@ def videoSwap(opt):
print('process_error')
update(task)
#del_file(opt.base_path)
- return {'taskId':opt.taskId}
+ return {'taskId':opt.taskId}
@@ -0,0 +1,2 @@
+nohup gunicorn -b 0.0.0.0:8000 main:app -w 4 -k uvicorn.workers.UvicornWorker >> web.log 2>&1 &
+