Ankush commited on
Commit ·
9abca10
1
Parent(s): 5bf3a64
Fix dependency conflicts: unpin tensorflow, huggingface_hub, remove duplicate gradio
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
opencv-python-headless
|
| 5 |
Pillow
|
| 6 |
pycryptodome
|
| 7 |
-
|
| 8 |
-
huggingface_hub==0.24.0
|
| 9 |
numpy
|
| 10 |
imageio
|
| 11 |
requests
|
|
|
|
| 1 |
+
tensorflow
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
opencv-python-headless
|
| 5 |
Pillow
|
| 6 |
pycryptodome
|
| 7 |
+
huggingface_hub
|
|
|
|
| 8 |
numpy
|
| 9 |
imageio
|
| 10 |
requests
|