Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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",
|