NightFury2710 commited on
Commit
f0b83bf
·
1 Parent(s): 26dc468

update api handle 3

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +7 -4
app.py CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef03cebc32fadc7403c4e93c616584d8e86900f8e31d60f8c9ed170aa5d3474a
3
- size 3912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48fa7a9693fc3f9ebffe439b481638e1f92acc014f878bff135b98a40b63696
3
+ size 2843
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- gradio
2
- opencv-python
3
- numpy
4
  onnxruntime
5
  shapely
6
  pyclipper
7
- flask
 
 
 
 
 
 
 
 
 
 
1
  onnxruntime
2
  shapely
3
  pyclipper
4
+ flask
5
+ gradio>=4.0.0
6
+ opencv-python>=4.8.0
7
+ numpy>=1.24.0
8
+ fastapi>=0.104.1
9
+ uvicorn>=0.24.0
10
+ python-multipart>=0.0.6