Owen777 commited on
Commit
62b1efd
1 Parent(s): c57170a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -57,9 +57,9 @@ css = """
57
  """
58
 
59
  examples = [
60
- "a beautiful landscape painting with a river and mountains in the background",
61
- "a futuristic cityscape at night with flying cars",
62
- "a portrait of a smiling old man with wrinkles and wisdom in his eyes",
63
  ]
64
 
65
  with gr.Blocks(css=css) as demo:
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
118
  minimum=1,
119
  maximum=100,
120
  step=1,
121
- value=48,
122
  )
123
  gr.Examples(examples=examples, inputs=[prompt])
124
  gr.on(
 
57
  """
58
 
59
  examples = [
60
+ "Modern Architecture render with pleasing aesthetics.",
61
+ "Exploded view diagram of a xenomorph.",
62
+ "A samurai in space.",
63
  ]
64
 
65
  with gr.Blocks(css=css) as demo:
 
118
  minimum=1,
119
  maximum=100,
120
  step=1,
121
+ value=50,
122
  )
123
  gr.Examples(examples=examples, inputs=[prompt])
124
  gr.on(