Spaces:
Running
Running
| """ | |
| 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", | |
| ] | |