hyesulim commited on
Commit
59f8822
·
verified ·
1 Parent(s): cfec577

test: add queue

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -642,4 +642,5 @@ with gr.Blocks(
642
  )
643
 
644
  # Launch the app
 
645
  demo.launch()
 
642
  )
643
 
644
  # Launch the app
645
+ demo.queue()
646
  demo.launch()