saritha5 commited on
Commit
382e8ee
·
1 Parent(s): a6c2c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def prediction(image_path):
105
 
106
 
107
 
108
- image_path = inputs
109
  model_path = "//inference"
110
  model_PATH_TO_CKPT = "frozen_inference_graph.pb"
111
  path_to_labels = "tf_label_map.pbtxt"
 
105
 
106
 
107
 
108
+ image_path = image_path
109
  model_path = "//inference"
110
  model_PATH_TO_CKPT = "frozen_inference_graph.pb"
111
  path_to_labels = "tf_label_map.pbtxt"