linoyts HF Staff commited on
Commit
844d611
·
verified ·
1 Parent(s): a95f24c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -448,7 +448,7 @@ with gr.Blocks(css="style.css") as demo:
448
  sample = gr.Button("Sample New Model")
449
  invert_button = gr.Button("Invert")
450
  with gr.Column():
451
- image_slider = ImageSlider(position=1., type="pil", height=512, width=512)
452
  # gallery1 = gr.Image(label="Identity from Original Model",height=512, width=512, interactive=False)
453
 
454
  prompt1 = gr.Textbox(label="Prompt",
 
448
  sample = gr.Button("Sample New Model")
449
  invert_button = gr.Button("Invert")
450
  with gr.Column():
451
+ image_slider = ImageSlider(position=0.5, type="pil", height=512, width=512)
452
  # gallery1 = gr.Image(label="Identity from Original Model",height=512, width=512, interactive=False)
453
 
454
  prompt1 = gr.Textbox(label="Prompt",