Adityadn commited on
Commit
685ced0
·
verified ·
1 Parent(s): e892a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -7,7 +7,10 @@ import tempfile
7
 
8
  # Supported formats
9
  supported_formats = ['avi', 'mp4', 'mov', 'mkv', 'flv', 'wmv', 'webm', 'mpeg', 'mpg', '3gp']
10
- audio_formats = ['mp3', 'wav', 'aac', 'flac']
 
 
 
11
  gif_formats = ['gif']
12
  image_formats = sorted(Image.SAVE.keys()) or ['BLP', 'BMP', 'BUFR', 'DDS', 'DIB', 'EPS',
13
  'GIF', 'GRIB', 'HDF5', 'ICNS', 'ICO', 'IM',
 
7
 
8
  # Supported formats
9
  supported_formats = ['avi', 'mp4', 'mov', 'mkv', 'flv', 'wmv', 'webm', 'mpeg', 'mpg', '3gp']
10
+ audio_formats = [
11
+ 'mp3', 'wav', 'aac', 'flac', 'ogg', 'm4a', 'alac', 'wma', 'aiff', 'opus',
12
+ 'ape', 'caf', 'pcm', 'dts', 'tta', 'amr', 'mid', 'spx', 'wv', 'ra', 'tak'
13
+ ]
14
  gif_formats = ['gif']
15
  image_formats = sorted(Image.SAVE.keys()) or ['BLP', 'BMP', 'BUFR', 'DDS', 'DIB', 'EPS',
16
  'GIF', 'GRIB', 'HDF5', 'ICNS', 'ICO', 'IM',