fffiloni commited on
Commit
b50fb05
1 Parent(s): 5337d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks() as demo:
119
  """
120
  )
121
 
122
- demo.launch()
 
119
  """
120
  )
121
 
122
+ demo.queue(max_size=32).launch()