Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ def create_intervene_part(pipe: HookedStableDiffusionXLPipeline, saes_dict, mean
|
|
255 |
with gr.Column():
|
256 |
# Input image
|
257 |
i_image = gr.Sketchpad(
|
258 |
-
height=610,
|
259 |
layers=False, transforms=[], placeholder="Generate and paint!",
|
260 |
brush=gr.Brush(default_size=64, color_mode="fixed", colors=['black']),
|
261 |
container=False,
|
|
|
255 |
with gr.Column():
|
256 |
# Input image
|
257 |
i_image = gr.Sketchpad(
|
258 |
+
# height=610,
|
259 |
layers=False, transforms=[], placeholder="Generate and paint!",
|
260 |
brush=gr.Brush(default_size=64, color_mode="fixed", colors=['black']),
|
261 |
container=False,
|