Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ with gr.Blocks(css=css) as demo :
|
|
| 236 |
value = standard_sys
|
| 237 |
)
|
| 238 |
gr.Examples(
|
| 239 |
-
examples = ["examples/train.mp4"],
|
| 240 |
inputs = [video_in]
|
| 241 |
)
|
| 242 |
with gr.Column():
|
|
|
|
| 236 |
value = standard_sys
|
| 237 |
)
|
| 238 |
gr.Examples(
|
| 239 |
+
examples = ["examples/train.mp4", "examples/puppies.mp4", "examples/turtle.mp4"],
|
| 240 |
inputs = [video_in]
|
| 241 |
)
|
| 242 |
with gr.Column():
|