Skip to content

Commit

Permalink
Update algo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma67 committed May 9, 2023
1 parent 079ee34 commit 91743c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/algo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
cd server
pip install -r requirements.txt
wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weight
wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weights
python load_weights.py
- name: Run the app
run: |
Expand Down

0 comments on commit 91743c0

Please sign in to comment.