Spaces:
Paused
Paused
Update app.py
Browse files
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=
|
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")
|