* YOLOv3 updates * Add missing files * Reformat * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reformat * Reformat * Reformat * Reformat * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
# add these requirements in your app on top of the existing ones
|
|
pip==21.1
|
|
Flask==1.0.2
|
|
gunicorn==19.10.0
|