Skip to content

Commit

Permalink
add to port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Oct 17, 2024
1 parent e622420 commit b051b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ async def generate_speech(request: TTSRequest):
# Executar o servidor se o script for executado diretamente
if __name__ == "__main__":
host = "0.0.0.0"
port = 8000
port = 80
uvicorn.run(app, host=host, port=port)

0 comments on commit b051b4d

Please sign in to comment.