ikmalsaid commited on
Commit
7df4daf
1 Parent(s): a67dc5e

added/updated app files

Browse files
Files changed (1) hide show
  1. app_sketchpad.py +1 -1
app_sketchpad.py CHANGED
@@ -26,7 +26,7 @@ with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=Fal
26
  submit_sketch = ui.Button("Submit", variant="primary")
27
  retry_sketch = ui.Button("Try Again", variant="primary", visible=False)
28
 
29
- with ui.Accordion('More options', open=False):
30
  style_sketch = ui.Dropdown(label=sstyle, choices=list(stella_v1.keys()), value='None', filterable=False)
31
  model_sketch = ui.Dropdown(label=smodel, choices=list(ckpt_remix.keys()), value='Toon V1', filterable=False)
32
  mode_sketch = ui.Dropdown(label=smode, choices=list(mode_remix), value='Scribble', filterable=False, visible=False)
 
26
  submit_sketch = ui.Button("Submit", variant="primary")
27
  retry_sketch = ui.Button("Try Again", variant="primary", visible=False)
28
 
29
+ with ui.Accordion('More options'):
30
  style_sketch = ui.Dropdown(label=sstyle, choices=list(stella_v1.keys()), value='None', filterable=False)
31
  model_sketch = ui.Dropdown(label=smodel, choices=list(ckpt_remix.keys()), value='Toon V1', filterable=False)
32
  mode_sketch = ui.Dropdown(label=smode, choices=list(mode_remix), value='Scribble', filterable=False, visible=False)