satyamr196 commited on
Commit
6484298
·
1 Parent(s): 967dfaa

use gunicorn instead of uvicorn to resolve internal server error

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  flask
2
- uvicorn[standard]
 
1
  flask
2
+ gunicorn