Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ihsanvp
/
vidcraft
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ihsanvp
commited on
Apr 21, 2024
Commit
3f9f15f
·
1 Parent(s):
2c1f0c3
fix: interface not launching
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ gr.Interface(
10
fn=generate,
11
inputs="text",
12
outputs=gr.Video()
13
-
)
10
fn=generate,
11
inputs="text",
12
outputs=gr.Video()
13
+
)
.launch()