Deadmon commited on
Commit
0e8b5b1
1 Parent(s): 225f120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks(css="style.css", js=js_func) as demo:
287
  with gr.Row():
288
  with gr.Column():
289
  with gr.Group():
290
- image = gr.ImageEditor(type="pil",label="Sketch your image or upload one", crop_size="1:1", width=1024, height=1024,)
291
  prompt = gr.Textbox(label="Prompt")
292
  style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
293
  use_hed = gr.Checkbox(label="use HED detector", value=False, info="check this box if you upload an image and want to turn it to a sketch")
 
287
  with gr.Row():
288
  with gr.Column():
289
  with gr.Group():
290
+ image = gr.ImageEditor(type="pil",label="Sketch your image or upload one", crop_size="1:1", width=512, height=512,)
291
  prompt = gr.Textbox(label="Prompt")
292
  style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
293
  use_hed = gr.Checkbox(label="use HED detector", value=False, info="check this box if you upload an image and want to turn it to a sketch")