Changed port to 7860. On Dockerfile_HF changed command to python3 src/stream_link_server.py
This commit is contained in:
@@ -49,7 +49,7 @@ if __name__ == "__main__":
|
||||
uvicorn.run(
|
||||
"stream_link_server:app",
|
||||
host="0.0.0.0",
|
||||
port=8080,
|
||||
port=7860,
|
||||
reload=True,
|
||||
workers=2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user