Commit a7d10704 authored by Dhananjaya Jayashanka's avatar Dhananjaya Jayashanka

Updated videoAnalyzing(expressions).py file

parent ef0a6ffd
......@@ -35,6 +35,7 @@ def run():
def getPrediction(img):
x = image.img_to_array(img)
x = np.expand_dims(x, axis=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment