Michael Yang
commited on
Commit
•
2e3574c
1
Parent(s):
dc975c3
fix typO
Browse files- generation.py +1 -1
generation.py
CHANGED
@@ -224,5 +224,5 @@ def run(
|
|
224 |
png_bytes = buffer.getvalue()
|
225 |
base64_string = base64.b64encode(png_bytes).decode('utf-8')\
|
226 |
|
227 |
-
return images[0], so_img_list,
|
228 |
|
|
|
224 |
png_bytes = buffer.getvalue()
|
225 |
base64_string = base64.b64encode(png_bytes).decode('utf-8')\
|
226 |
|
227 |
+
return images[0], so_img_list, base64_string
|
228 |
|