changxin commited on
Commit
c890f9e
·
1 Parent(s): 3c62c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ with demo:
118
  ocr_button.click(fx6,inputs=ocr_input,outputs=ocr_output)
119
  qy_button.click(fx7,inputs=qy_input,outputs=qy_output)
120
 
121
- demo.launch()
 
118
  ocr_button.click(fx6,inputs=ocr_input,outputs=ocr_output)
119
  qy_button.click(fx7,inputs=qy_input,outputs=qy_output)
120
 
121
+ demo.launch(enable_queue=True)