Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -160,4 +160,4 @@ with demo:
|
|
160 |
text_button4.click(process, inputs=file_input,
|
161 |
outputs=file_output)
|
162 |
|
163 |
-
demo.launch(
|
|
|
160 |
text_button4.click(process, inputs=file_input,
|
161 |
outputs=file_output)
|
162 |
|
163 |
+
demo.launch(enable_queue=True)
|