the-puzzler commited on
Commit
fbcf0db
·
1 Parent(s): 22b6693
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -462,4 +462,5 @@ with gr.Blocks(title="CNA — Interactive Denoising (Strategy 1)") as demo:
462
  show_progress=True
463
  )
464
 
465
- demo.queue(concurrency_count=1).launch()
 
 
462
  show_progress=True
463
  )
464
 
465
+ demo.queue().launch()
466
+