Spaces:
Runtime error
Runtime error
Update dino/app.py
Browse files- dino/app.py +1 -1
dino/app.py
CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(fn=func,
|
|
56 |
outputs='video',
|
57 |
title=title,
|
58 |
description=description,
|
59 |
-
examples=[[420, '
|
60 |
article=article)
|
61 |
|
62 |
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)
|