RASMUS commited on
Commit
8d9f5c9
·
verified ·
1 Parent(s): e7adb97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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('make -C .')
 
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')