yuragoithf commited on
Commit
48732dc
·
1 Parent(s): 49ddf98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ def classify_image(image):
61
  predicted_label = labels.get(index)
62
  score = results[index]
63
  output[predicted_label] = score
 
64
  return output
65
 
66
 
 
61
  predicted_label = labels.get(index)
62
  score = results[index]
63
  output[predicted_label] = score
64
+ print(output)
65
  return output
66
 
67