hassan526 commited on
Commit
679aed5
·
verified ·
1 Parent(s): 5147a58

Update flask/app.py

Browse files
Files changed (1) hide show
  1. flask/app.py +0 -4
flask/app.py CHANGED
@@ -20,10 +20,6 @@ root_path = os.path.dirname(dir_path)
20
 
21
  SPOOF_THRESHOLD = 0.5
22
 
23
- app = Flask(__name__)
24
- app.config['SITE'] = "http://0.0.0.0:8000/"
25
- app.config['DEBUG'] = False
26
-
27
  version = get_version().decode('utf-8')
28
  print_info('\t <Recognito Liveness> \t version {}'.format(version))
29
 
 
20
 
21
  SPOOF_THRESHOLD = 0.5
22
 
 
 
 
 
23
  version = get_version().decode('utf-8')
24
  print_info('\t <Recognito Liveness> \t version {}'.format(version))
25