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