OCEANAI / app /event_handlers /examples_blocks.py
ElenaRyumina's picture
v.0.0.2 (#1)
42c4f80 verified
raw
history blame
No virus
367 Bytes
"""
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",
]