Spaces:
Sleeping
Sleeping
File size: 454 Bytes
42c4f80 c0f084a 42c4f80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
"""
File: examples_blocks.py
Author: Elena Ryumina and Dmitry Ryumin
Description: Event handler for the addition of examples to the Gradio app.
License: MIT License
"""
# Importing necessary components for the Gradio app
def event_handler_examples_blocks():
return [
"videos/video1.mp4",
"videos/video2.mp4",
"videos/video3.mp4",
"videos/video4.mp4",
"videos/video5.mp4",
"videos/video6.mp4",
]
|