Ahsen Khaliq commited on
Commit
a911b9a
1 Parent(s): 80c8d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)