dawood's picture
dawood HF staff
Update app.py
991e4f2
raw
history blame contribute delete
262 Bytes
import gradio as gr
from gradio_videogallery import videogallery
example = videogallery().example_inputs()
with gr.Blocks() as demo:
with gr.Row():
videogallery(value=example, label="Populated", height=750), # populated component
demo.launch()