Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallick committed Sep 6, 2018
2 parents 2d40e27 + ab09762 commit be7f080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FaceRecognition-Webapp/conference.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import DnnRecognizer
#import DlibRecognizer
import base64
from flask_cors import CORS

class ConferenceApplication(flask.Flask):
def __init__(self,name):
Expand All @@ -12,6 +13,7 @@ def __init__(self,name):
#self.recognizer = DlibRecognizer.DlibRecognizer()

application = ConferenceApplication(__name__)
CORS(application)

application.debug = True

Expand Down

0 comments on commit be7f080

Please sign in to comment.