exx8 commited on
Commit
e0fc0eb
1 Parent(s): f9b6356

remove heights and widths

Browse files
Files changed (2) hide show
  1. app.py +2 -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", height="40vh", width="10vw")
81
- change_map = gr.Image(label="change map", type="pil", height="40vh", width="10vw")
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