Deadmon commited on
Commit
d0792a2
1 Parent(s): 5c54e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -326,19 +326,19 @@ with gr.Blocks(css="style.css", js=js_func) as demo:
326
  image_slider = ImageSlider(position=0.5)
327
 
328
 
329
- inputs = [
330
- image,
331
- prompt,
332
- negative_prompt,
333
- model_choice,
334
- style, # Replace 'style_name' with 'style'
335
- num_steps,
336
- guidance_scale,
337
- controlnet_conditioning_scale,
338
- seed,
339
- use_hed,
340
- use_canny
341
- ]
342
 
343
  outputs = [image_slider]
344
  run_button.click(
 
326
  image_slider = ImageSlider(position=0.5)
327
 
328
 
329
+ inputs = [
330
+ image,
331
+ prompt,
332
+ negative_prompt,
333
+ model_choice,
334
+ style, # Replace 'style_name' with 'style'
335
+ num_steps,
336
+ guidance_scale,
337
+ controlnet_conditioning_scale,
338
+ seed,
339
+ use_hed,
340
+ use_canny
341
+ ]
342
 
343
  outputs = [image_slider]
344
  run_button.click(