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 |
article=article)
|
60 |
|
61 |
iface.launch(debug=True)
|
|
|
56 |
outputs='video',
|
57 |
title=title,
|
58 |
description=description,
|
59 |
+
examples=[[420, 'skate-jump.mp4']],
|
60 |
article=article)
|
61 |
|
62 |
iface.launch(debug=True)
|