Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -16
requirements.txt
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
scikit-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
gradio
|
|
|
1 |
+
torch==1.10.1+cu111
|
2 |
+
torchvision==0.11.2+cu111
|
3 |
+
torchaudio==0.10.1
|
4 |
+
tqdm
|
5 |
+
tensorboard
|
6 |
+
setuptools==58.0.4
|
7 |
+
opencv-python
|
8 |
+
scikit-image
|
9 |
+
scikit-learn
|
10 |
+
matplotlib
|
11 |
+
seaborn
|
12 |
+
ftfy
|
13 |
+
regex
|
14 |
+
numpy==1.26.4
|
15 |
+
gradio
|
|