Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ gr.Interface(
|
|
46 |
description="Upload an image and see the results in text boxes.",
|
47 |
live=True,
|
48 |
|
49 |
-
).launch(
|
|
|
46 |
description="Upload an image and see the results in text boxes.",
|
47 |
live=True,
|
48 |
|
49 |
+
).launch(enable_queue=True, debug=True)
|