Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,6 +265,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
| 265 |
inputs=[
|
| 266 |
prompt,
|
| 267 |
negative_prompt,
|
|
|
|
| 268 |
use_negative_prompt,
|
| 269 |
num_inference_steps,
|
| 270 |
num_images_per_prompt,
|
|
|
|
| 265 |
inputs=[
|
| 266 |
prompt,
|
| 267 |
negative_prompt,
|
| 268 |
+
style_selection,
|
| 269 |
use_negative_prompt,
|
| 270 |
num_inference_steps,
|
| 271 |
num_images_per_prompt,
|