Spaces:
Sleeping
Sleeping
Update app.py
Browse filesfix typo in code input
app.py
CHANGED
|
@@ -38,7 +38,7 @@ flipped = img.transpose(Image.FLIP_LEFT_RIGHT)
|
|
| 38 |
|
| 39 |
# Save output
|
| 40 |
# flipped.save(os.path.join(output_path, "flipped.png"))
|
| 41 |
-
flipped.save(
|
| 42 |
print("Image flipped and saved as flipped.png.")
|
| 43 |
"""
|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
# Save output
|
| 40 |
# flipped.save(os.path.join(output_path, "flipped.png"))
|
| 41 |
+
flipped.save("flipped.png")
|
| 42 |
print("Image flipped and saved as flipped.png.")
|
| 43 |
"""
|
| 44 |
|