BlockDetail commited on
Commit
2c64e8f
1 Parent(s): 3aacad6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,8 +26,8 @@ num_images = 5
26
  with gr.Blocks() as demo:
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"),
 
26
  with gr.Blocks() as demo:
27
  start_state = []
28
  with gr.Row():
29
+ 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.")
30
  with gr.Column():
 
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"),