Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def respond(
|
|
168 |
image.putalpha(mask)
|
169 |
print('remver success')
|
170 |
try:
|
171 |
-
return convert_image_to_base64(image)
|
172 |
except Exception as e:
|
173 |
print(e)
|
174 |
return image
|
|
|
168 |
image.putalpha(mask)
|
169 |
print('remver success')
|
170 |
try:
|
171 |
+
return str(convert_image_to_base64(image))
|
172 |
except Exception as e:
|
173 |
print(e)
|
174 |
return image
|