Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ def setup_avif_decode():
|
|
16 |
setup_avif_decode()
|
17 |
|
18 |
|
19 |
-
def convert_avif_to_png(
|
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
|