Spaces:
Build error
Build error
ahmedghani
commited on
Commit
Β·
fff4c94
1
Parent(s):
2d9cba6
added image event updation
Browse files- image_convertor.py +1 -1
image_convertor.py
CHANGED
@@ -61,4 +61,4 @@ class ImageConverter:
|
|
61 |
|
62 |
def convert_image(input_image, output_format):
|
63 |
converter = ImageConverter()
|
64 |
-
return converter.convert_image(input_image, output_format)
|
|
|
61 |
|
62 |
def convert_image(input_image, output_format):
|
63 |
converter = ImageConverter()
|
64 |
+
return converter.convert_image(input_image.name, output_format)
|