ameerazam08 commited on
Commit
4a2ddeb
1 Parent(s): bbaefb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,5 +100,5 @@ interface = gr.Interface(
100
  model, model_config = load_model()
101
 
102
  # Launch the Interface
103
- interface.launch()
104
 
 
100
  model, model_config = load_model()
101
 
102
  # Launch the Interface
103
+ interface.queue(max_size=10).launch()
104