multimodalart HF staff commited on
Commit
e2cec46
·
verified ·
1 Parent(s): 92bd0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -553,7 +553,7 @@ with gr.Blocks(css="custom.css") as demo:
553
  image_strength = gr.Slider(0, 1, value=0.15, step=0.01, label="Image strength", info="Higher values increase the similarity with the structure/colors of the original photo")
554
  guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
555
  depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
556
- aspect_ratio = gr.CheckboxGroup(choices=["square", "portrait", "landscape"], value="square", label="Aspect Ratio")
557
  prompt_title = gr.Markdown(
558
  value="### Click on a LoRA in the gallery to select it",
559
  visible=True,
 
553
  image_strength = gr.Slider(0, 1, value=0.15, step=0.01, label="Image strength", info="Higher values increase the similarity with the structure/colors of the original photo")
554
  guidance_scale = gr.Slider(0, 50, value=7, step=0.1, label="Guidance Scale")
555
  depth_control_scale = gr.Slider(0, 1, value=0.8, step=0.01, label="Zoe Depth ControlNet strenght")
556
+ aspect_ratio = gr.Radio(choices=["square", "portrait", "landscape"], value="square", label="Aspect Ratio")
557
  prompt_title = gr.Markdown(
558
  value="### Click on a LoRA in the gallery to select it",
559
  visible=True,