Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def generate_or_default():
|
|
22 |
# Otherwise, generate via Pollinations
|
23 |
prompt = request.args.get(
|
24 |
"prompt",
|
25 |
-
"a glowing board with the word '
|
26 |
)
|
27 |
width = request.args.get("width", "1024")
|
28 |
height = request.args.get("height", "1024")
|
|
|
22 |
# Otherwise, generate via Pollinations
|
23 |
prompt = request.args.get(
|
24 |
"prompt",
|
25 |
+
"a glowing board with the word 'OptimFLUX'"
|
26 |
)
|
27 |
width = request.args.get("width", "1024")
|
28 |
height = request.args.get("height", "1024")
|