some work done on the running of the model

This commit is contained in:
2024-03-06 23:33:54 +00:00
parent 30c5b57378
commit 4a95f0211d
17 changed files with 360 additions and 121 deletions

View File

@@ -13,6 +13,8 @@ http {
server {
listen 8000;
client_max_body_size 1G;
location / {
proxy_http_version 1.1;
proxy_pass http://127.0.0.1:5001;