Adityadn commited on
Commit
aa3b442
·
verified ·
1 Parent(s): 255e40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  gr.themes.Soft()
6
 
7
  # Ambil daftar format gambar yang didukung oleh Pillow
8
- supported_formats = (for data in (sorted(Image.SAVE.keys()) or ['BLP', 'BMP', 'BUFR', 'DDS', 'DIB', 'EPS',
9
  'GIF', 'GRIB', 'HDF5', 'ICNS', 'ICO', 'IM',
10
  'JPEG', 'JPEG2000', 'MPO', 'MSP', 'PALM', 'PCX',
11
  'PDF', 'PNG', 'PPM', 'SGI', 'SPIDER', 'TGA', 'TIFF',
 
5
  gr.themes.Soft()
6
 
7
  # Ambil daftar format gambar yang didukung oleh Pillow
8
+ supported_formats = (data for data in (sorted(Image.SAVE.keys()) or ['BLP', 'BMP', 'BUFR', 'DDS', 'DIB', 'EPS',
9
  'GIF', 'GRIB', 'HDF5', 'ICNS', 'ICO', 'IM',
10
  'JPEG', 'JPEG2000', 'MPO', 'MSP', 'PALM', 'PCX',
11
  'PDF', 'PNG', 'PPM', 'SGI', 'SPIDER', 'TGA', 'TIFF',