gbahlnxp commited on
Commit
512d4de
·
verified ·
1 Parent(s): c057abe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.sh +2 -0
recipe.sh CHANGED
@@ -4,6 +4,8 @@
4
 
5
  set -e
6
 
 
 
7
  wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights
8
  wget https://raw.githubusercontent.com/amikelive/coco-labels/master/coco-labels-2014_2017.txt
9
 
 
4
 
5
  set -e
6
 
7
+ exit 1
8
+
9
  wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights
10
  wget https://raw.githubusercontent.com/amikelive/coco-labels/master/coco-labels-2014_2017.txt
11