Spaces:
Running
Running
Commit
·
56a6511
1
Parent(s):
fce53a0
init
Browse files
app.py
CHANGED
|
@@ -438,11 +438,11 @@ def create_app():
|
|
| 438 |
gr.Markdown("### 💡 Prompt Examples")
|
| 439 |
with gr.Row():
|
| 440 |
example_prompts = [
|
| 441 |
-
"
|
| 442 |
-
"Change the
|
| 443 |
-
"
|
| 444 |
-
"Change
|
| 445 |
-
"Change
|
| 446 |
]
|
| 447 |
|
| 448 |
for prompt in example_prompts:
|
|
|
|
| 438 |
gr.Markdown("### 💡 Prompt Examples")
|
| 439 |
with gr.Row():
|
| 440 |
example_prompts = [
|
| 441 |
+
"Set the background to a grand opera stage with red curtains",
|
| 442 |
+
"Change the outfit into a traditional Chinese hanfu with flowing sleeves",
|
| 443 |
+
"Give the character blue dragon-like eyes with glowing pupils",
|
| 444 |
+
"Change lighting to soft dreamy pastel glow",
|
| 445 |
+
"Change pose to sitting cross-legged on the ground"
|
| 446 |
]
|
| 447 |
|
| 448 |
for prompt in example_prompts:
|