filipzawadka commited on
Commit
6f5bd6f
1 Parent(s): 5e25a84
Files changed (2) hide show
  1. app.py +0 -2
  2. packages.txt +1 -0
app.py CHANGED
@@ -8,8 +8,6 @@ import urllib.parse
8
  from moviepy.editor import *
9
  from ffmpy import FFmpeg
10
 
11
- subprocess.run(["sudo","apt","install","ffmpeg"])
12
-
13
  term = 9
14
 
15
  transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")
 
8
  from moviepy.editor import *
9
  from ffmpy import FFmpeg
10
 
 
 
11
  term = 9
12
 
13
  transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ffmpeg