FedeFT commited on
Commit
fc2a839
·
verified ·
1 Parent(s): f95f226

trying to update, import keras

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import os
8
 
9
  import cv2
10
  import numpy as np
 
11
  import tensorflow as tf
12
 
13
  from ai.detection import detect
 
8
 
9
  import cv2
10
  import numpy as np
11
+ import keras
12
  import tensorflow as tf
13
 
14
  from ai.detection import detect