Kims12 commited on
Commit
5bac558
·
verified ·
1 Parent(s): c6edb28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,