alexeyGod commited on
Commit
eb6d250
·
verified ·
1 Parent(s): 4a73b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -96,7 +96,14 @@ def infer(
96
 
97
 
98
  examples = [
99
- "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
 
 
 
 
 
 
 
100
  "An astronaut riding a green horse",
101
  "A delicious ceviche cheesecake slice",
102
  ]
@@ -174,7 +181,7 @@ with gr.Blocks(css=css) as demo:
174
  minimum=1,
175
  maximum=50,
176
  step=1,
177
- value=50, # Replace with defaults that work for your model
178
  )
179
 
180
  gr.Examples(examples=examples, inputs=[prompt])
 
96
 
97
 
98
  examples = [
99
+ "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k""""cinematic ,Two burly, middle-aged Turkish daddies—thick-mustached,
100
+ salt-and-pepper-haired, with barrel chests and round,
101
+ hairy bellies spilling from snug white briefs—lounge on a couch,
102
+ flexing meaty biceps and thick thighs. The camera, propped on a tripod,
103
+ captures their playful vlog as they smirk,
104
+ teasing the lens with deep chuckles and exaggerated poses. Sunlight glints off sweat-sheened skin,
105
+ their robust physiques shifting with every boastful stretch—biceps bulging,
106
+ bellies jiggling—while thick fingers adjust the phone, framing their confident, flirtatious display.8k"""
107
  "An astronaut riding a green horse",
108
  "A delicious ceviche cheesecake slice",
109
  ]
 
181
  minimum=1,
182
  maximum=50,
183
  step=1,
184
+ value=25, # Replace with defaults that work for your model
185
  )
186
 
187
  gr.Examples(examples=examples, inputs=[prompt])