huanngzh commited on
Commit
d3347d1
1 Parent(s): aef4e02

update params

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ def infer(
68
  examples = {
69
  "stabilityai/stable-diffusion-xl-base-1.0": [
70
  ["An astronaut riding a horse", 42],
71
- ["A DSLR photo of a frog wearing a sweater", 42],
72
  ],
73
  "cagliostrolab/animagine-xl-3.1": [
74
  [
@@ -139,7 +139,7 @@ Generate 768x768 multi-view images using {base_model} <br>
139
  minimum=1,
140
  maximum=50,
141
  step=1,
142
- value=50,
143
  )
144
 
145
  with gr.Row():
 
68
  examples = {
69
  "stabilityai/stable-diffusion-xl-base-1.0": [
70
  ["An astronaut riding a horse", 42],
71
+ ["A DSLR photo of a frog wearing a sweater", 21],
72
  ],
73
  "cagliostrolab/animagine-xl-3.1": [
74
  [
 
139
  minimum=1,
140
  maximum=50,
141
  step=1,
142
+ value=30,
143
  )
144
 
145
  with gr.Row():