Human3DAIGC commited on
Commit
f8dff65
·
1 Parent(s): f0b3275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
46
 
47
 
48
  if __name__ == "__main__":
49
- demo.queue( concurrency_count=15)
50
  demo.launch()
51
 
 
46
 
47
 
48
  if __name__ == "__main__":
49
+ demo.queue()
50
  demo.launch()
51