vakodiya commited on
Commit
82c5078
1 Parent(s): 514d2cf

Update audio_to_text.py

Browse files
Files changed (1) hide show
  1. 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:6.1.1-3ubuntu5")
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