Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -521,7 +521,6 @@ def get_image(prompt):
|
|
| 521 |
base64_string = base64_bytes.decode('utf-8')
|
| 522 |
base64_string = base64.b64decode(base64_string)
|
| 523 |
image_data= base64_string
|
| 524 |
-
image.append(image_data)
|
| 525 |
os.remove(tmp_path)
|
| 526 |
endpoint_media = 'https://blog.botika.online/wp-json/wp/v2/media/'
|
| 527 |
endpoint = 'https://blog.botika.online/wp-json/wp/v2/posts/'
|
|
|
|
| 521 |
base64_string = base64_bytes.decode('utf-8')
|
| 522 |
base64_string = base64.b64decode(base64_string)
|
| 523 |
image_data= base64_string
|
|
|
|
| 524 |
os.remove(tmp_path)
|
| 525 |
endpoint_media = 'https://blog.botika.online/wp-json/wp/v2/media/'
|
| 526 |
endpoint = 'https://blog.botika.online/wp-json/wp/v2/posts/'
|