Commit
·
d370b1c
1
Parent(s):
eada14e
Changed reference for gradio_image_annotation to latest .whl file to allow for correct implementation in Docker containers
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -18,8 +18,8 @@ openpyxl==3.1.5
|
|
18 |
Faker==36.1.1
|
19 |
python-levenshtein==0.26.1
|
20 |
spaczz==0.6.1
|
21 |
-
# The following version
|
22 |
-
|
23 |
rapidfuzz==3.12.1
|
24 |
python-dotenv==1.0.1
|
25 |
numpy==1.26.4
|
|
|
18 |
Faker==36.1.1
|
19 |
python-levenshtein==0.26.1
|
20 |
spaczz==0.6.1
|
21 |
+
# The following version
|
22 |
+
https://github.com/seanpedrick-case/gradio_image_annotator/releases/download/v0.3.1/gradio_image_annotation-0.3.1-py3-none-any.whl # This version includes rotation, image zoom, and default labels, as well as the option to include id for annotation boxes
|
23 |
rapidfuzz==3.12.1
|
24 |
python-dotenv==1.0.1
|
25 |
numpy==1.26.4
|