ShinnosukeU commited on
Commit
aab1d81
·
verified ·
1 Parent(s): 731ab6a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -250,11 +250,11 @@ with gr.Blocks() as demo:
250
  value=DEFAULT_STYLE,
251
  label="Style Selection",
252
  info="Choose the visual style for your enhanced prompt",
253
- interactive=True,
254
  )
255
  auto_style_checkbox = gr.Checkbox(
256
  label="Auto-select best style",
257
- value=False,
258
  )
259
  generate_button = gr.Button("Generate Prompt")
260
  with gr.Column():
 
250
  value=DEFAULT_STYLE,
251
  label="Style Selection",
252
  info="Choose the visual style for your enhanced prompt",
253
+ interactive=False,
254
  )
255
  auto_style_checkbox = gr.Checkbox(
256
  label="Auto-select best style",
257
+ value=True,
258
  )
259
  generate_button = gr.Button("Generate Prompt")
260
  with gr.Column():