Spaces:
Running
Running
Ahmet Hakan DİNGER commited on
Commit ·
65b0608
1
Parent(s): c8a8096
Fix requests version conflict with yt-dlp
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
opencv-python-headless
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
onnxruntime
|
| 6 |
-
requests
|
| 7 |
-
yt-dlp
|
| 8 |
-
Pillow
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
numpy
|
| 4 |
+
scikit-learn
|
| 5 |
+
onnxruntime
|
| 6 |
+
requests
|
| 7 |
+
yt-dlp
|
| 8 |
+
Pillow
|