ginipick commited on
Commit
13a204c
·
verified ·
1 Parent(s): af04753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 80):
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