filipzawadka commited on
Commit
004df72
1 Parent(s): 39c5186
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import subprocess
6
  import os
7
  import urllib.parse
8
 
 
 
9
  term = 9
10
 
11
  transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")
 
6
  import os
7
  import urllib.parse
8
 
9
+ subprocess.run(['apt', 'install', 'ffmpeg'])
10
+
11
  term = 9
12
 
13
  transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")