From d25708b978b50c905b062eb8ba3970e48ae276e8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 21 Sep 2020 23:29:10 +0300 Subject: Split server and prediction files --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index 61257a4..47d1b5d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn iss:app --host=0.0.0.0 --port=${PORT} +web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT} -- cgit v1.3.1