Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/Go-With-The-Flow
OneOverZero
/
Go-With-The-Flow_CogVideoXI2V
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
OneOverZero
commited on
9 days ago
Commit
bc23915
·
verified
·
1 Parent(s):
e72dd47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ with gr.Blocks(css=css) as demo:
128
outputs = [output_video]
129
)
130
131
-
demo.queue().launch(show_api=
False
)
128
outputs = [output_video]
129
)
130
131
+
demo.queue().launch(show_api=
True
)