Skip to content

Commit

Permalink
Update emotion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elggem authored Jun 7, 2018
1 parent 72d29a9 commit 75e4dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recognisers/emotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class EmotionRecogniser(Recogniser):
EMOPY_AVA_JSON_FILE = "ava.json"
EMOPY_AVA_MODEL_FILE = "ava.h5"

EMOPY_AVA_JSON_URL = "https://raw.githubusercontent.com/mitiku1/Emopy-Models/master/models/ava.json"
EMOPY_AVA_MODEL_URL = "https://raw.githubusercontent.com/mitiku1/Emopy-Models/master/models/ava.h5"
EMOPY_AVA_JSON_URL = "https://raw.githubusercontent.com/elggem/Emopy-Models/add-license-1/models/ava.json"
EMOPY_AVA_MODEL_URL = "https://raw.githubusercontent.com/elggem/Emopy-Models/add-license-1/models/ava.h5"

EMOTION_STATES = {
0: "neutral",
Expand Down

0 comments on commit 75e4dc3

Please sign in to comment.