Dede16 commited on
Commit
09f9ab8
·
1 Parent(s): 7c7e484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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/'