KikoDM commited on
Commit
9270cd4
·
1 Parent(s): 19aa63a

Update app.py

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