llinahosna's picture
Create app.py
69cfe35 verified
raw
history blame contribute delete
148 Bytes
import gradio as gr
mini dalle video clip maker
iface = gr.Interface(fn=greet, inputs="text", outputs="video")
iface.launch(minidallevideoclipmaker)