Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ transformers
|
|
2 |
opencv-python
|
3 |
gradio==4.36.1
|
4 |
scipy==1.10.1
|
|
|
5 |
torch==2.0.1
|
6 |
torchvision==0.15.2
|
7 |
-
numpy==1.21.6
|
|
|
2 |
opencv-python
|
3 |
gradio==4.36.1
|
4 |
scipy==1.10.1
|
5 |
+
seaborn==0.12.2
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
8 |
+
numpy==1.21.6
|