BlockDetail commited on
Commit
3aacad6
1 Parent(s): 630061b
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ with gr.Blocks() as demo:
27
  start_state = []
28
  with gr.Row():
29
  with gr.Column():
 
30
  with gr.Row():
31
  gr.Textbox(label="Stroke Type", value="To sketch Blocking strokes, change brush color to green. To sketch Detail strokes, change brush color to black."),
32
  dilation_strength = gr.Slider(7, 117, value=65, step=2, label="Dilation Strength"),
 
27
  start_state = []
28
  with gr.Row():
29
  with gr.Column():
30
+ gr.Textbox(label=None, value="We introduce a novel sketch-to-image tool that aligns with the iterative refinement process of artists. Our tool lets users sketch blocking strokes to coarsely represent the placement and form of objects and detail strokes to refine their shape and silhouettes.")
31
  with gr.Row():
32
  gr.Textbox(label="Stroke Type", value="To sketch Blocking strokes, change brush color to green. To sketch Detail strokes, change brush color to black."),
33
  dilation_strength = gr.Slider(7, 117, value=65, step=2, label="Dilation Strength"),