Spaces:
Sleeping
Sleeping
Commit ·
f0b83bf
1
Parent(s): 26dc468
update api handle 3
Browse files- app.py +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:
|
| 3 |
-
size
|
|
|
|
| 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
|