Text2Video-Zero / app_pose.py
lev1's picture
Comming Soon
c88e7ae
raw history blame
No virus
244 Bytes
import gradio as gr
import os
from model import Model
def create_demo(model: Model):
with gr.Blocks() as demo:
with gr.Row():
gr.Markdown('## Text and Pose Conditional Video Generation (coming soon)')
return demo