Akane710 commited on
Commit
32e8bde
·
verified ·
1 Parent(s): 1b72cdd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ async def compress_image(image_url: str = Query(..., description="URL of the ima
26
  compressed_url, options = cloudinary_url(
27
  upload_result["public_id"],
28
  fetch_format="auto",
29
- quality="good"
30
  )
31
 
32
  # Return the compressed image URL
 
26
  compressed_url, options = cloudinary_url(
27
  upload_result["public_id"],
28
  fetch_format="auto",
29
+ quality="auto"
30
  )
31
 
32
  # Return the compressed image URL