prithivMLmods commited on
Commit
502767e
·
verified ·
1 Parent(s): 534c4c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,7 +29,7 @@ footer {
29
 
30
  examples = [
31
  "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
32
- "Kids going to school, Anime style"
33
  ]
34
 
35
  #Set an os.Getenv variable
@@ -185,13 +185,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
185
  minimum=1,
186
  maximum=25,
187
  step=1,
188
- value=25,
189
  )
190
 
191
  gr.Examples(
192
  examples=examples,
193
  inputs=prompt,
194
- cache_examples=False
195
  )
196
 
197
  use_negative_prompt.change(
 
29
 
30
  examples = [
31
  "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
32
+ "Cold coffee in a cup photo bokeh --ar 85:128 --v 6.0 --style raw5"
33
  ]
34
 
35
  #Set an os.Getenv variable
 
185
  minimum=1,
186
  maximum=25,
187
  step=1,
188
+ value=23,
189
  )
190
 
191
  gr.Examples(
192
  examples=examples,
193
  inputs=prompt,
194
+ cache_examples=True
195
  )
196
 
197
  use_negative_prompt.change(