tommy24 commited on
Commit
6e3e355
·
1 Parent(s): a6074ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def function(Textbox, Textbox2, Textbox3):
173
  reply = response.content.decode("utf-8")
174
  # reply = reply.replace(" ", "%20")
175
  image_array = download_image(f"https://api.placid.app/u/pydav4ibo?quote[text]={reply}")
176
- print(reply)
177
  messages.append({"role": "assistant", "content": reply})
178
  return image_array
179
  except Exception as e:
 
173
  reply = response.content.decode("utf-8")
174
  # reply = reply.replace(" ", "%20")
175
  image_array = download_image(f"https://api.placid.app/u/pydav4ibo?quote[text]={reply}")
176
+ print(response.content)
177
  messages.append({"role": "assistant", "content": reply})
178
  return image_array
179
  except Exception as e: