Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
opencv-python-headless
|
| 5 |
-
numpy
|
| 6 |
scipy
|
| 7 |
scikit-image
|
| 8 |
pillow
|
| 9 |
-
tqdm
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
numpy==1.23.5
|
| 3 |
+
torch==2.0.1
|
| 4 |
+
torchvision==0.15.2
|
| 5 |
opencv-python-headless
|
|
|
|
| 6 |
scipy
|
| 7 |
scikit-image
|
| 8 |
pillow
|
| 9 |
+
tqdm
|
| 10 |
+
librosa
|