multimodalart HF Staff commited on
Commit
c9db04a
·
verified ·
1 Parent(s): 12d3bad

[maintenance] small updates

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -149,7 +149,7 @@ MAX_SEED = np.iinfo(np.int32).max
149
  def infer(
150
  image,
151
  prompt,
152
- seed=42,
153
  randomize_seed=False,
154
  true_guidance_scale=1.0,
155
  num_inference_steps=50,
@@ -196,7 +196,9 @@ css = """
196
  margin: 0 auto;
197
  max-width: 1024px;
198
  }
199
- #edit_text{margin-top: -62px !important}
 
 
200
  """
201
 
202
  with gr.Blocks(css=css) as demo:
 
149
  def infer(
150
  image,
151
  prompt,
152
+ seed=120,
153
  randomize_seed=False,
154
  true_guidance_scale=1.0,
155
  num_inference_steps=50,
 
196
  margin: 0 auto;
197
  max-width: 1024px;
198
  }
199
+ #edit_text{
200
+ margin-top: -62px !important
201
+ }
202
  """
203
 
204
  with gr.Blocks(css=css) as demo: