valhalla commited on
Commit
ec270b9
1 Parent(s): 68a0112

Add back prompt

Browse files
Files changed (1) hide show
  1. app_sketch.py +1 -0
app_sketch.py CHANGED
@@ -61,6 +61,7 @@ def create_demo(model: Model) -> gr.Blocks:
61
  brush_radius=4,
62
  height=600,
63
  )
 
64
  style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
65
  run_button = gr.Button("Run")
66
  with gr.Accordion("Advanced options", open=False):
 
61
  brush_radius=4,
62
  height=600,
63
  )
64
+ prompt = gr.Textbox(label="Prompt")
65
  style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
66
  run_button = gr.Button("Run")
67
  with gr.Accordion("Advanced options", open=False):