Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llinahosna
/
Mini-dalle_video-clip_maker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
llinahosna
commited on
Feb 27, 2024
Commit
69cfe35
·
verified
·
1 Parent(s):
1ffed4c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
mini dalle video clip maker
3
+
iface = gr.Interface(fn=greet, inputs="text", outputs="video")
4
+
iface.launch(minidallevideoclipmaker)