sửa các lỗi tại màn hình predict

This commit is contained in:
Victor Phan
2025-12-22 15:43:23 +07:00
parent ec6dfa2587
commit b49a11b291
12 changed files with 1452 additions and 101 deletions
+3 -1
View File
@@ -1 +1,3 @@
uvicorn api_server:app --reload --host 0.0.0.0 --port 8000
#uvicorn api_server:app --reload --host 0.0.0.0 --port 8000
pkill -f "uvicorn api_server:app" && sleep 1 && nohup uvicorn api_server:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &