Spaces:
Runtime error
Runtime error
change from input event to change event
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ with gr.Blocks(css=css) as demo:
|
|
432 |
outputs=output_image,
|
433 |
)
|
434 |
|
435 |
-
style_event.
|
436 |
fn=get_style_lists,
|
437 |
outputs=STYLE_NAMES,
|
438 |
queue=False,
|
|
|
432 |
outputs=output_image,
|
433 |
)
|
434 |
|
435 |
+
style_event.change(
|
436 |
fn=get_style_lists,
|
437 |
outputs=STYLE_NAMES,
|
438 |
queue=False,
|