Spaces:
Paused
Paused
Update main.py
Browse files
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="
|
| 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
|