truthdotphd commited on
Commit
df6a791
·
verified ·
1 Parent(s): 5fe6028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,4 +352,4 @@ with gr.Blocks(title="Satellite Cloud Detection") as demo:
352
  )
353
 
354
  # Launch the app
355
- demo.launch()
 
352
  )
353
 
354
  # Launch the app
355
+ demo.queue(default_concurrency_limit=8).launch(debug=True)