selfit-camera commited on
Commit
56a6511
·
1 Parent(s): fce53a0
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -438,11 +438,11 @@ def create_app():
438
  gr.Markdown("### 💡 Prompt Examples")
439
  with gr.Row():
440
  example_prompts = [
441
- "Change the character's background to a sunny seaside with blue waves",
442
- "Change the character's background to New York at night with neon lights",
443
- "Change the character's background to a fairytale castle with bright colors",
444
- "Change background to forest",
445
- "Change background to snow mountain"
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: