Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,4 +82,4 @@ gr.Interface(
|
|
82 |
article=article,
|
83 |
examples=examples,
|
84 |
allow_flagging=False,
|
85 |
-
).launch(debug=
|
|
|
82 |
article=article,
|
83 |
examples=examples,
|
84 |
allow_flagging=False,
|
85 |
+
).launch(debug=False,enable_queue=True)
|