We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877a3a4 commit 6b1a0d7Copy full SHA for 6b1a0d7
Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# download models to be used by default
18
-# this part is non mandatory, costs 500 Mo, and ease image usage
+# this part is non mandatory, costs 15 Mo, and ease image usage
19
ARG u='https://github.com/ina-foss/inaSpeechSegmenter/releases/download/models/'
20
ADD ${u}keras_male_female_cnn.hdf5 \
21
${u}keras_speech_music_cnn.hdf5 \
0 commit comments