ID0M commited on
Commit
ceb5e3c
·
verified ·
1 Parent(s): f5909ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,8 +16,7 @@ def setup_avif_decode():
16
  setup_avif_decode()
17
 
18
 
19
- def convert_avif_to_png(avif_file):
20
- def convert_avif_to_png(avif_files):
21
  output_paths = []
22
  for avif_file in avif_files:
23
  avif_path = avif_file.name
 
16
  setup_avif_decode()
17
 
18
 
19
+ def convert_avif_to_png(avif_files):
 
20
  output_paths = []
21
  for avif_file in avif_files:
22
  avif_path = avif_file.name