Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# Ultralytics requirements
|
2 |
-
# Usage: pip install -r requirements.txt
|
3 |
-
|
4 |
# Base ----------------------------------------
|
5 |
hydra-core>=1.2.0
|
6 |
matplotlib>=3.2.2
|
@@ -13,6 +10,9 @@ scipy>=1.4.1
|
|
13 |
torch>=1.7.0
|
14 |
torchvision>=0.8.1
|
15 |
tqdm>=4.64.0
|
|
|
|
|
|
|
16 |
|
17 |
# Logging -------------------------------------
|
18 |
tensorboard>=2.4.1
|
|
|
|
|
|
|
|
|
1 |
# Base ----------------------------------------
|
2 |
hydra-core>=1.2.0
|
3 |
matplotlib>=3.2.2
|
|
|
10 |
torch>=1.7.0
|
11 |
torchvision>=0.8.1
|
12 |
tqdm>=4.64.0
|
13 |
+
huggingface_hub
|
14 |
+
gradio==3.1.0
|
15 |
+
|
16 |
|
17 |
# Logging -------------------------------------
|
18 |
tensorboard>=2.4.1
|