Skip to content

Commit

Permalink
Update app_brushnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juxuan27 authored Mar 26, 2024
1 parent b9d5a9e commit b50fbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/brushnet/app_brushnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def process(input_image,
minimum=1,
maximum=12,
step=0.1,
value=7.5,
value=12,
)
num_inference_steps = gr.Slider(
label="Number of inference steps",
Expand Down Expand Up @@ -331,4 +331,4 @@ def undo_points(orig_img, sel_pix):
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])


block.launch(share=False,server_port=12345)
block.launch(share=False,server_port=12345)

0 comments on commit b50fbcb

Please sign in to comment.