Spaces:
Running
on
Zero
Running
on
Zero
remove heights and widths
Browse files- app.py +2 -2
- assets/.keep +0 -0
app.py
CHANGED
@@ -77,8 +77,8 @@ with gr.Blocks() as demo:
|
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
79 |
with gr.Row():
|
80 |
-
input_image = gr.Image(label="input image", type="pil"
|
81 |
-
change_map = gr.Image(label="change map", type="pil"
|
82 |
gs = gr.Slider(0, 28, value=7.5, label="Guidance Scale")
|
83 |
prompt = gr.Textbox(label="Prompt")
|
84 |
neg_prompt = gr.Textbox(label="Negative Prompt")
|
|
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
79 |
with gr.Row():
|
80 |
+
input_image = gr.Image(label="input image", type="pil")
|
81 |
+
change_map = gr.Image(label="change map", type="pil")
|
82 |
gs = gr.Slider(0, 28, value=7.5, label="Guidance Scale")
|
83 |
prompt = gr.Textbox(label="Prompt")
|
84 |
neg_prompt = gr.Textbox(label="Negative Prompt")
|
assets/.keep
DELETED
File without changes
|