dbaranchuk commited on
Commit
5a8a681
·
verified ·
1 Parent(s): d867e90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -57,11 +57,10 @@ def infer(
57
  examples = [
58
  "Cute winter dragon baby, kawaii, Pixar, ultra detailed, glacial background, extremely realistic.",
59
  "A cosmonaut under the starry sky in a purple radiation zone against the background of huge Amanita mushrooms in the style of dark botanical",
60
- "The Mandalorian by masamune shirow, fighting stance, in the snow, cinematic lighting, intricate detail, character design",
61
  "A small house on a mountain top",
62
  "A lighthouse in a giant wave, origami style.",
63
- "Sci-fi cosmic diarama of a quasar and jellyfish in a resin cube, volumetric lighting, high resolution, hdr, sharpen, Photorealism",
64
-
65
  ]
66
 
67
  css = """
@@ -102,7 +101,7 @@ with gr.Blocks(css=css) as demo:
102
  minimum=0.0,
103
  maximum=10.,
104
  step=0.5,
105
- value=6.,
106
  )
107
 
108
  with gr.Accordion("Advanced Settings", open=False):
 
57
  examples = [
58
  "Cute winter dragon baby, kawaii, Pixar, ultra detailed, glacial background, extremely realistic.",
59
  "A cosmonaut under the starry sky in a purple radiation zone against the background of huge Amanita mushrooms in the style of dark botanical",
 
60
  "A small house on a mountain top",
61
  "A lighthouse in a giant wave, origami style.",
62
+ "The Mandalorian by masamune shirow, fighting stance, in the snow, cinematic lighting, intricate detail, character design",
63
+ "Sci-fi cosmic diarama of a quasar and jellyfish in a resin cube, volumetric lighting, high resolution, hdr, sharpen, Photorealism",
64
  ]
65
 
66
  css = """
 
101
  minimum=0.0,
102
  maximum=10.,
103
  step=0.5,
104
+ value=4.5,
105
  )
106
 
107
  with gr.Accordion("Advanced Settings", open=False):