Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akin23/SadTalker-API
alice55505
/
SadTalker-API
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alice55505
commited on
Feb 28
Commit
cbee635
·
verified
·
1 Parent(s):
7d6cd3f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ demo = gr.Interface(
87
)
88
89
# 🚀 Başlat
90
-
demo.launch()
87
)
88
89
# 🚀 Başlat
90
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)