Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
2cylu2/Matchering
teamup-tech
/
Matchering
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2cylu2
commited on
Feb 13
Commit
fa1adc3
·
verified
·
1 Parent(s):
0102e7e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,8 @@ with gr.Blocks() as demo:
44
)
45
46
if __name__ == "__main__":
47
-
demo.queue().launch(
)
44
)
45
46
if __name__ == "__main__":
47
+
demo.queue().launch(
48
+
server_name="0.0.0.0",
49
+
server_port=7860
50
+
)
51
+