Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
Go-With-The-Flow
like
8
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fffiloni
commited on
29 days ago
Commit
bbe7bfb
·
verified
·
1 Parent(s):
c6a389e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,5 @@ with gr.Blocks() as demo:
49
inputs = [input_video, prompt],
50
outputs = [output_video]
51
)
52
-
49
inputs = [input_video, prompt],
50
outputs = [output_video]
51
)
52
+
53
+
demo.queue().launch(show_api=False)