OneStarDao commited on
Commit
be61d22
·
verified ·
1 Parent(s): 2f98764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -69,4 +69,7 @@ with gr.Blocks(title="WFGY 1-click Variance Gate") as demo:
69
  outputs=[out_raw, out_mod, headline],
70
  )
71
 
72
- demo.queue(concurrency_count=2).launch()
 
 
 
 
69
  outputs=[out_raw, out_mod, headline],
70
  )
71
 
72
+
73
+ demo.queue()
74
+ demo.launch()
75
+