Update app.py
Browse files
app.py
CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks() as demo:
|
|
481 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
482 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
483 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
484 |
-
gr.update(visible=True))
|
485 |
|
486 |
background_change_btn.click(
|
487 |
fn=show_background_options,
|
|
|
481 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
482 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
483 |
gr.update(visible=True), gr.update(visible=True), gr.update(visible=True),
|
484 |
+
gr.update(visible=True), "") # 마지막에 selection_preview 내용 추가
|
485 |
|
486 |
background_change_btn.click(
|
487 |
fn=show_background_options,
|