Spaces:
Running
Running
File size: 367 Bytes
42c4f80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"""
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",
]
|