multimodalart HF Staff commited on
Commit
60c5faf
·
1 Parent(s): 602a231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ with block:
12
  text.submit(run, inputs=text, outputs=textout)
13
  btn.click(run, inputs=text, outputs=textout)
14
 
15
- block.queue(max_size=2).launch(enable_queue=True)
 
12
  text.submit(run, inputs=text, outputs=textout)
13
  btn.click(run, inputs=text, outputs=textout)
14
 
15
+ block.launch(enable_queue=True)