Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Skywork/skyreels-a1-talking-head
beowcow
/
skyreels-a1-talking-head
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
beowcow
commited on
Mar 19
Commit
1831463
·
verified
·
1 Parent(s):
8f86798
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -367,4 +367,4 @@ with gr.Blocks(title="SkyReels A1 Talking Head") as app:
367
""")
368
369
if __name__ == "__main__":
370
-
app.launch(share=True)
367
""")
368
369
if __name__ == "__main__":
370
+
app.launch(share=True
, server_port=7861
)