Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
QBRC
/
multiTAP
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ivangzf
commited on
Dec 5, 2023
Commit
7b079d6
·
1 Parent(s):
b78c3b8
remove specific port and server for huggingface
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -481,5 +481,5 @@ with gr.Blocks() as demo:
481
482
483
if __name__ == "__main__":
484
-
demo.launch(
server_name='0.0.0.0', server_port=5323
)
485
481
482
483
if __name__ == "__main__":
484
+
demo.launch()
485