Spaces:
Sleeping
Sleeping
Commit
·
48732dc
1
Parent(s):
49ddf98
Update app.py
Browse files
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 |
|