Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
138 |
value=1,
|
139 |
)
|
140 |
with gr.Row():
|
141 |
-
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=
|
142 |
negative_prompt = gr.Text(
|
143 |
label="Negative prompt",
|
144 |
max_lines=5,
|
|
|
138 |
value=1,
|
139 |
)
|
140 |
with gr.Row():
|
141 |
+
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
142 |
negative_prompt = gr.Text(
|
143 |
label="Negative prompt",
|
144 |
max_lines=5,
|