import gradio as gr def create_demo_video_tab(): """Create the content for the Demo Video tab.""" # Vimeo embed HTML vimeo_html = """
""" with gr.Column(): gr.Markdown("## Demo Video") gr.HTML(vimeo_html)