Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio==4.12.0
|
|
2 |
torch==2.1.2
|
3 |
transformers==4.36.2
|
4 |
Pillow==10.1.0
|
5 |
-
numpy==1.24.3
|
|
|
|
2 |
torch==2.1.2
|
3 |
transformers==4.36.2
|
4 |
Pillow==10.1.0
|
5 |
+
numpy==1.24.3
|
6 |
+
scikit-image==0.21.0
|