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