GREAT_speech_demo

export FLASK_APP=app.py

flask run -h 0.0.0.0 --cert server.crt --key server.key -p 8000

go to https://0.0.0.0:8000