EmoCube commited on
Commit
8fbab9b
·
verified ·
1 Parent(s): 59998fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -178,15 +178,9 @@ css = """
178
  }
179
  """
180
 
181
- test_prompt = """(
182
- [russian athletic female with brown eyes and gold loose long hair (her clothes: with gray cotton sweater, with pink mini-skirt, with black cotton short socks, with beige sandals. Clothes and female may no visible or hidden), smiling and laying on something]
183
- [realistic photo with poor pale lighting]
184
- [detailed living room composition (may be people)]
185
- [morning light, pale tones]
186
- [home russian atmosphere]
187
- [no mutation glitches, natural anatomy]
188
- [amateur one hand-selfie pov side angle]
189
- )"""
190
 
191
  with gr.Blocks(theme='gstaff/xkcd', css=css) as app:
192
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
 
178
  }
179
  """
180
 
181
+ test_prompt = """[amateur perspective of a house],
182
+ [on this house staying white russian female (if you can see it) with white t-shirt (if you can see it) on her body, with black jeans (if you can see it) on her legs, with lime sneakers (if you can see it) on her feet and looks aside (if you can see it)]
183
+ [night melancholic lighting]"""
 
 
 
 
 
 
184
 
185
  with gr.Blocks(theme='gstaff/xkcd', css=css) as app:
186
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")