Upload folder using huggingface_hub
Browse files
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=
|
| 254 |
)
|
| 255 |
auto_style_checkbox = gr.Checkbox(
|
| 256 |
label="Auto-select best style",
|
| 257 |
-
value=
|
| 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():
|