Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import base64
|
|
6 |
os.system('git clone https://github.com/ggerganov/whisper.cpp.git')
|
7 |
os.system('cd whisper.cpp')
|
8 |
os.system('git reset --hard 30841fa78615c2046e79cdfd7434eb983fa9cb25')
|
9 |
-
os.system('
|
|
|
10 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh small')
|
11 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh base')
|
12 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh medium')
|
|
|
6 |
os.system('git clone https://github.com/ggerganov/whisper.cpp.git')
|
7 |
os.system('cd whisper.cpp')
|
8 |
os.system('git reset --hard 30841fa78615c2046e79cdfd7434eb983fa9cb25')
|
9 |
+
os.system('cd ..')
|
10 |
+
os.system('make -C ./whisper.cpp')
|
11 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh small')
|
12 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh base')
|
13 |
os.system('bash ./whisper.cpp/models/download-ggml-model.sh medium')
|