Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
ed21241
1
Parent(s):
f754acc
Remove model download from workflow file
Browse files
.github/workflows/publish-docker.yml
CHANGED
@@ -8,20 +8,6 @@ jobs:
|
|
8 |
steps:
|
9 |
- name: Check out the repo
|
10 |
uses: actions/checkout@v2
|
11 |
-
- name: Download Ukrainian model file
|
12 |
-
uses: dsaltares/fetch-gh-release-asset@master
|
13 |
-
with:
|
14 |
-
repo: "robinhad/voice-recognition-ua"
|
15 |
-
version: "tags/v0.1"
|
16 |
-
file: "uk.tflite"
|
17 |
-
token: ${{ secrets.YOUR_TOKEN }}
|
18 |
-
- name: Download English model file
|
19 |
-
uses: dsaltares/fetch-gh-release-asset@master
|
20 |
-
with:
|
21 |
-
repo: "mozilla/DeepSpeech"
|
22 |
-
version: "tags/v0.7.3"
|
23 |
-
file: "deepspeech-0.7.3-models.tflite"
|
24 |
-
token: ${{ secrets.YOUR_TOKEN }}
|
25 |
- name: Push to GitHub Packages
|
26 |
uses: docker/build-push-action@v1
|
27 |
with:
|
|
|
8 |
steps:
|
9 |
- name: Check out the repo
|
10 |
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- name: Push to GitHub Packages
|
12 |
uses: docker/build-push-action@v1
|
13 |
with:
|