Hitan2004 commited on
Commit
5ca389c
·
1 Parent(s): 3e3b658

Update web process to use uvicorn server

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: python main.py
 
1
+ web: uvicorn main:app --host 0.0.0.0 --port $PORT