Spaces:
Runtime error
Runtime error
Update dino/app.py
Browse files- 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 |
|