Human3DAIGC commited on
Commit
f6f0c5f
1 Parent(s): 42449b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ with gr.Blocks() as demo:
43
 
44
 
45
  if __name__ == "__main__":
46
- demo.queue( concurrency_count=15)
47
  demo.launch()
48
 
 
43
 
44
 
45
  if __name__ == "__main__":
46
+ demo.queue()
47
  demo.launch()
48