KikoDM commited on
Commit
fceb2a8
·
1 Parent(s): 5900a6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ import numpy as np
23
  from keras.models import model_from_json
24
  from keras.preprocessing import image
25
  #from keras.applications.vgg16 import VGG16, preprocess_input
26
- #import heapq
27
 
28
  file = open("focusondriving.json", 'r')
29
  model_json2 = file.read()
 
23
  from keras.models import model_from_json
24
  from keras.preprocessing import image
25
  #from keras.applications.vgg16 import VGG16, preprocess_input
26
+ import heapq
27
 
28
  file = open("focusondriving.json", 'r')
29
  model_json2 = file.read()