ktrndy commited on
Commit
9453ab6
·
verified ·
1 Parent(s): 91bb062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,11 +222,11 @@ with gr.Blocks(css=css, fill_height=True) as demo:
222
  value=20, # Replace with defaults that work for your model
223
  )
224
  with gr.Row():
225
- tiny_vae = = gr.Checkbox(
226
  label="Use AutoencoderTiny?",
227
  value=False
228
  )
229
- ddim = = gr.Checkbox(
230
  label="Use DDIMScheduler?",
231
  value=False
232
  )
 
222
  value=20, # Replace with defaults that work for your model
223
  )
224
  with gr.Row():
225
+ tiny_vae = gr.Checkbox(
226
  label="Use AutoencoderTiny?",
227
  value=False
228
  )
229
+ ddim = gr.Checkbox(
230
  label="Use DDIMScheduler?",
231
  value=False
232
  )