Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ if not URL_TEMPLATE:
|
|
| 11 |
@app.route("/", methods=["GET"])
|
| 12 |
def generate_image():
|
| 13 |
# Default parameters
|
| 14 |
-
prompt = request.args.get("prompt", "a glowing board with the word '
|
| 15 |
width = request.args.get("width", "1024")
|
| 16 |
height = request.args.get("height", "1024")
|
| 17 |
seed = request.args.get("seed", "0")
|
|
|
|
| 11 |
@app.route("/", methods=["GET"])
|
| 12 |
def generate_image():
|
| 13 |
# Default parameters
|
| 14 |
+
prompt = request.args.get("prompt", "a plain simple glowing board with the word 'OptimFLUX'")
|
| 15 |
width = request.args.get("width", "1024")
|
| 16 |
height = request.args.get("height", "1024")
|
| 17 |
seed = request.args.get("seed", "0")
|