Spaces:
Build error
Build error
Update app.py
Browse files
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)
|