Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kevinwang676/SadTalker
salomonsky
/
SadTalker
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
salomonsky
commited on
Nov 7, 2023
Commit
564c46b
·
1 Parent(s):
16ad5b5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ with gr.Blocks(analytics_enabled=False) as demo:
65
outputs=[gen_video]
66
)
67
68
-
demo.queue().launch(
share=True
)
65
outputs=[gen_video]
66
)
67
68
+
demo.queue().launch()