Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
a911b9a
1
Parent(s):
80c8d1e
Update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,6 @@ gr.Interface(
|
|
26 |
"playable_video",
|
27 |
title=title,
|
28 |
description=description,
|
29 |
-
article=article
|
|
|
30 |
).launch(debug=True)
|
|
|
26 |
"playable_video",
|
27 |
title=title,
|
28 |
description=description,
|
29 |
+
article=article,
|
30 |
+
enable_queue=True
|
31 |
).launch(debug=True)
|