Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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',
|