Spaces:
Running
Running
Update app.py
Browse files
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 = [
|
|
|
|
|
|
|
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',
|