Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,5 @@ gr_interface = gr.Interface(
|
|
67 |
allow_flagging=False,
|
68 |
analytics_enabled=False,
|
69 |
title=title,
|
70 |
-
description=description
|
|
|
|
67 |
allow_flagging=False,
|
68 |
analytics_enabled=False,
|
69 |
title=title,
|
70 |
+
description=description,
|
71 |
+
article=article).launch(enable_queue=True, debug=True)
|