ivanoctaviogaitansantos commited on
Commit
dc9c480
·
verified ·
1 Parent(s): b3d4a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -155,7 +155,8 @@ fashion_elements = {
155
  "maintaining natural grace during the unintentional exposure",
156
  "expressing quiet contemplation while partially exposed",
157
  "radiating natural beauty in the unguarded moment"
158
- ],"backgrounds": [
 
159
  "a luxurious bedroom with soft ambient lighting",
160
  "a modern office space during after-hours",
161
  "a chic studio apartment with intimate atmosphere",
@@ -262,7 +263,8 @@ fashion_elements = {
262
  "a forest-green bra", "a lavender bra", "a sun-yellow bra", "a shadow-black bra",
263
  "a sunset-red bra"
264
  ]
265
- }class FashionPromptGenerator:
 
266
  def __init__(self):
267
  self.fashion_elements = fashion_elements
268
  self.previous_prompts = set()
 
155
  "maintaining natural grace during the unintentional exposure",
156
  "expressing quiet contemplation while partially exposed",
157
  "radiating natural beauty in the unguarded moment"
158
+ ],
159
+ "backgrounds": [
160
  "a luxurious bedroom with soft ambient lighting",
161
  "a modern office space during after-hours",
162
  "a chic studio apartment with intimate atmosphere",
 
263
  "a forest-green bra", "a lavender bra", "a sun-yellow bra", "a shadow-black bra",
264
  "a sunset-red bra"
265
  ]
266
+ }
267
+ class FashionPromptGenerator:
268
  def __init__(self):
269
  self.fashion_elements = fashion_elements
270
  self.previous_prompts = set()