KikoDM commited on
Commit
647b838
·
1 Parent(s): 7f642aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ file = open("focusondriving.json", 'r')
29
  model_json2 = file.read()
30
  file.close()
31
  loaded_model = model_from_json(model_json2)
32
- loaded_model.load_weights("focusondriving.h5")
33
 
34
  class_dict = {
35
  'c0': 'hands on the wheel',
 
29
  model_json2 = file.read()
30
  file.close()
31
  loaded_model = model_from_json(model_json2)
32
+ #loaded_model.load_weights("focusondriving.h5")
33
 
34
  class_dict = {
35
  'c0': 'hands on the wheel',