Spaces:
Running
Running
Commit
·
4a86862
1
Parent(s):
ae49c06
Update example prompt in app.py to specify a white cat
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ interface = gr.Interface(
|
|
48 |
title="Prompt Craft",
|
49 |
description="Enter a prompt to generate an image using FLUX.1-schnell model (the prompt will be improved automatically).",
|
50 |
examples=[
|
51 |
-
["a cat wearing a cape"],
|
52 |
["cyberpunk city at night with neon lights"]
|
53 |
],
|
54 |
allow_flagging="never"
|
|
|
48 |
title="Prompt Craft",
|
49 |
description="Enter a prompt to generate an image using FLUX.1-schnell model (the prompt will be improved automatically).",
|
50 |
examples=[
|
51 |
+
["a white cat wearing a cape"],
|
52 |
["cyberpunk city at night with neon lights"]
|
53 |
],
|
54 |
allow_flagging="never"
|