SnJForever commited on
Commit
f8c9967
1 Parent(s): 4014ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ def submit_message(type_select,user_token, prompt, prompt_template, temperature,
84
  n=1,
85
  size="512x512"
86
  )
 
87
  image_url = response['data'][0]['url']
88
  history.append(prompt)
89
  history.append(image_url)
 
84
  n=1,
85
  size="512x512"
86
  )
87
+ print("image result ",response)
88
  image_url = response['data'][0]['url']
89
  history.append(prompt)
90
  history.append(image_url)