Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,8 +128,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
| 128 |
with gr.Accordion("Advanced Settings", open=False):
|
| 129 |
enable_enhancement = gr.Checkbox(
|
| 130 |
label="Enable Prompt Enhancement",
|
| 131 |
-
value=True
|
| 132 |
-
description="Enable or disable automatic prompt enhancement"
|
| 133 |
)
|
| 134 |
negative_prompt = gr.Textbox(
|
| 135 |
label="Negative Prompt",
|
|
|
|
| 128 |
with gr.Accordion("Advanced Settings", open=False):
|
| 129 |
enable_enhancement = gr.Checkbox(
|
| 130 |
label="Enable Prompt Enhancement",
|
| 131 |
+
value=True
|
|
|
|
| 132 |
)
|
| 133 |
negative_prompt = gr.Textbox(
|
| 134 |
label="Negative Prompt",
|