nateraw commited on
Commit
97d206c
1 Parent(s): 332139e

Update dino/app.py

Browse files
Files changed (1) hide show
  1. dino/app.py +1 -0
dino/app.py CHANGED
@@ -56,6 +56,7 @@ iface = gr.Interface(fn=func,
56
  outputs='video',
57
  title=title,
58
  description=description,
 
59
  # examples=[[420, 'skate_jump.mp4']], # Not working for some reason...
60
  article=article)
61
 
 
56
  outputs='video',
57
  title=title,
58
  description=description,
59
+ enable_queue=True,
60
  # examples=[[420, 'skate_jump.mp4']], # Not working for some reason...
61
  article=article)
62