Text2Video-Zero / app_canny_db.py
lev1's picture
Comming Soon
5ce9bd4
raw history blame
No virus
272 Bytes
import gradio as gr
from model import Model
import gradio_utils
def create_demo(model: Model):
with gr.Blocks() as demo:
with gr.Row():
gr.Markdown('## Text, Canny-Edge and DreamBooth Conditional Video Generation (coming soon)')
return demo