Skip to content

Commit

Permalink
add model using link
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Mar 5, 2024
1 parent 480d209 commit b211e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: move model.onnx
run: |
Invoke-WebRequest https://media.githubusercontent.com/media/HemantKArya/Melodfy/main/models/model.onnx?download=true -OutFile model.onnx
rm dist/Melodfy/_internal/models/model.onnx
mv models/model.onnx dist/Melodfy/_internal/models/
mv model.onnx dist/Melodfy/_internal/models/
- name: Zip build
run: |
Expand Down

0 comments on commit b211e9e

Please sign in to comment.