Ankush commited on
Commit
9abca10
·
1 Parent(s): 5bf3a64

Fix dependency conflicts: unpin tensorflow, huggingface_hub, remove duplicate gradio

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- tensorflow==2.13.0
2
  torch
3
  torchvision
4
  opencv-python-headless
5
  Pillow
6
  pycryptodome
7
- gradio==4.44.0
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