Ahsen Khaliq
commited on
Commit
·
0c41636
1
Parent(s):
fb051a3
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,5 @@ gr.Interface(
|
|
53 |
examples=examples,
|
54 |
article=article,
|
55 |
title=title,
|
56 |
-
description=description
|
|
|
|
53 |
examples=examples,
|
54 |
article=article,
|
55 |
title=title,
|
56 |
+
description=description,
|
57 |
+
enable_queue=True).launch()
|