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