fcernafukuzaki commited on
Commit
e986d84
1 Parent(s): a25227d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -8
requirements.txt CHANGED
@@ -1,16 +1,12 @@
1
  # pip install -r requirements.txt
2
  # base ----------------------------------------
3
- # gradio==2.8.1
4
- ## gradio==2.8.0b10
5
- gradio
6
- transformers
7
- huggingface_hub
8
-
9
  IPython
10
  matplotlib>=3.2.2
11
  numpy>=1.18.5
12
  opencv-python-headless
13
- Pillow
14
  psutil
15
  PyYAML>=5.3.1
16
  scipy>=1.4.1
@@ -18,7 +14,7 @@ torch>=1.7.0
18
  torchvision>=0.8.1
19
  tqdm>=4.41.0
20
  # logging -------------------------------------
21
- # tensorboard>=2.4.1
22
  # wandb
23
  # plotting ------------------------------------
24
  seaborn>=0.11.0
 
1
  # pip install -r requirements.txt
2
  # base ----------------------------------------
3
+ ultralytics
4
+ gradio==2.8.1
 
 
 
 
5
  IPython
6
  matplotlib>=3.2.2
7
  numpy>=1.18.5
8
  opencv-python-headless
9
+ pillow
10
  psutil
11
  PyYAML>=5.3.1
12
  scipy>=1.4.1
 
14
  torchvision>=0.8.1
15
  tqdm>=4.41.0
16
  # logging -------------------------------------
17
+ tensorboard>=2.4.1
18
  # wandb
19
  # plotting ------------------------------------
20
  seaborn>=0.11.0