RASMUS commited on
Commit
08f6c03
·
verified ·
1 Parent(s): 5f8cefa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import requests
3
  import json
4
  import base64
5
 
 
 
6
  os.system('git clone https://github.com/ggerganov/whisper.cpp.git')
7
  os.system('git -C ./whisper.cpp fetch origin c10db6ea2883a4f77440fa8caeb296a0e351a58c')
8
  os.system('git -C ./whisper.cpp reset --hard c10db6ea2883a4f77440fa8caeb296a0e351a58c')
 
3
  import json
4
  import base64
5
 
6
+ os.environ["MPLCONFIGDIR "] = './'
7
+
8
  os.system('git clone https://github.com/ggerganov/whisper.cpp.git')
9
  os.system('git -C ./whisper.cpp fetch origin c10db6ea2883a4f77440fa8caeb296a0e351a58c')
10
  os.system('git -C ./whisper.cpp reset --hard c10db6ea2883a4f77440fa8caeb296a0e351a58c')