drsaikirant88
commited on
Commit
•
9e93256
1
Parent(s):
b9d6cd3
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ gr.Interface(fn = predict,
|
|
38 |
outputs = gr.Label(),
|
39 |
title = title,
|
40 |
description = description,
|
41 |
-
article=article).launch(
|
|
|
38 |
outputs = gr.Label(),
|
39 |
title = title,
|
40 |
description = description,
|
41 |
+
article=article).launch(enable_queue=enable_queue)
|