valhalla commited on
Commit
7bcfad3
1 Parent(s): 59fb6b5

Update app_sketch.py

Browse files
Files changed (1) hide show
  1. app_sketch.py +1 -3
app_sketch.py CHANGED
@@ -61,9 +61,7 @@ def create_demo(model: Model) -> gr.Blocks:
61
  brush_radius=4,
62
  height=600,
63
  )
64
- with gr.Row():
65
- adapter_name = gr.Dropdown(label="Adapter name", choices=ADAPTER_NAMES, value=ADAPTER_NAMES[0])
66
- style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
67
  run_button = gr.Button("Run")
68
  with gr.Accordion("Advanced options", open=False):
69
  negative_prompt = gr.Textbox(label="Negative prompt")
 
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):
67
  negative_prompt = gr.Textbox(label="Negative prompt")