Update app.py
Browse files
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.
|
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'
|