Spaces:
Running
Running
Update audio_to_text.py
Browse files- audio_to_text.py +1 -1
audio_to_text.py
CHANGED
@@ -6,7 +6,7 @@ from pydub import AudioSegment
|
|
6 |
|
7 |
# Install the specific version of FFmpeg
|
8 |
os.system("apt-get update")
|
9 |
-
os.system("apt-get install -y ffmpeg=7:
|
10 |
# Verify the installed version of FFmpeg
|
11 |
os.system("ffmpeg -version")
|
12 |
|
|
|
6 |
|
7 |
# Install the specific version of FFmpeg
|
8 |
os.system("apt-get update")
|
9 |
+
os.system("apt-get install -y ffmpeg=7:5.1.6-0+deb12u1")
|
10 |
# Verify the installed version of FFmpeg
|
11 |
os.system("ffmpeg -version")
|
12 |
|