Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with app:
|
|
242 |
|
243 |
controlnet_hed_prompt = gr.Textbox(
|
244 |
lines=1,
|
245 |
-
value=
|
246 |
label='Prompt'
|
247 |
)
|
248 |
|
|
|
242 |
|
243 |
controlnet_hed_prompt = gr.Textbox(
|
244 |
lines=1,
|
245 |
+
value=stable_prompt_list[0],
|
246 |
label='Prompt'
|
247 |
)
|
248 |
|