Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def convert_format(
|
|
| 50 |
return img_reopen, str(file_path)
|
| 51 |
|
| 52 |
|
| 53 |
-
def process(input_list: list[tuple], ext: str = ".webp", quality: int =
|
| 54 |
"""
|
| 55 |
A function that processes a list of images by converting them to a specified format with a given quality.
|
| 56 |
|
|
|
|
| 50 |
return img_reopen, str(file_path)
|
| 51 |
|
| 52 |
|
| 53 |
+
def process(input_list: list[tuple], ext: str = ".webp", quality: int = 100):
|
| 54 |
"""
|
| 55 |
A function that processes a list of images by converting them to a specified format with a given quality.
|
| 56 |
|