diff --git a/app.py b/app.py index 53420ef..dcd0080 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ import json treashold = float(os.getenv('FACE_TRASHOLD', '0.5')) sever = os.getenv('API_ROOT', 'localhost:8000') root_api_url = 'http://{}/local'.format(sever) -base_path = '/data/' +base_path = '/app/data/' try: while True: