Geek7 commited on
Commit
088744c
·
verified ·
1 Parent(s): bca7e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def generate_api():
67
  if is_prompt_explicit(prompt):
68
  # Return the pre-defined "thinkgood.png" image
69
  return send_file(
70
- "thinkgood.png",
71
  mimetype='image/png',
72
  as_attachment=False,
73
  download_name='thinkgood.png'
 
67
  if is_prompt_explicit(prompt):
68
  # Return the pre-defined "thinkgood.png" image
69
  return send_file(
70
+ "thinkgood.jpeg",
71
  mimetype='image/png',
72
  as_attachment=False,
73
  download_name='thinkgood.png'