hb-setosys commited on
Commit
37d40ee
·
verified ·
1 Parent(s): 778d37f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,9 +2,9 @@
2
  #pip install gradio opencv-python-headless
3
 
4
  # Download YOLO files
5
- wget -nc https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg
6
- wget -nc https://pjreddie.com/media/files/yolov3.weights
7
- wget -nc https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names
8
 
9
  import gradio as gr
10
  import cv2
 
2
  #pip install gradio opencv-python-headless
3
 
4
  # Download YOLO files
5
+ #wget -nc https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg
6
+ #wget -nc https://pjreddie.com/media/files/yolov3.weights
7
+ #wget -nc https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names
8
 
9
  import gradio as gr
10
  import cv2