Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ gr.Interface(
|
|
51 |
title=title,
|
52 |
description=description,
|
53 |
article=article,
|
54 |
-
allow_flagging="never").launch(
|
|
|
51 |
title=title,
|
52 |
description=description,
|
53 |
article=article,
|
54 |
+
allow_flagging="never").launch(enable_queue=True)
|