Spaces:
Sleeping
Sleeping
Commit
·
7917a26
1
Parent(s):
520f2c4
Reverted gradio_image_annotation version to 0.2.5 until issues with installation resolved
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -19,9 +19,9 @@ openpyxl==3.1.2
|
|
19 |
Faker==22.2.0
|
20 |
python-levenshtein==0.26.1
|
21 |
spaczz==0.6.1
|
22 |
-
|
23 |
-
# The following version includes rotation and image zoom options
|
24 |
-
git+https://github.com/seanpedrick-case/gradio_image_annotator
|
25 |
rapidfuzz==3.12.1
|
26 |
numpy==1.26.4
|
27 |
awslambdaric==3.0.0
|
|
|
19 |
Faker==22.2.0
|
20 |
python-levenshtein==0.26.1
|
21 |
spaczz==0.6.1
|
22 |
+
gradio_image_annotation==0.2.5
|
23 |
+
# The following version includes rotation and image zoom options - not currently working so reverting to original until fixed
|
24 |
+
#git+https://github.com/seanpedrick-case/gradio_image_annotator
|
25 |
rapidfuzz==3.12.1
|
26 |
numpy==1.26.4
|
27 |
awslambdaric==3.0.0
|