Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ else:
|
|
138 |
#st.write(image_path)
|
139 |
|
140 |
|
141 |
-
predicted_label,variance_score = occ_predict(f
|
142 |
#st.header(predicted_label)
|
143 |
#st.header(str(round(variance_score,2)))
|
144 |
string1 = "The image is," + predicted_label + " with the score value of " + str(round(variance_score,2))
|
|
|
138 |
#st.write(image_path)
|
139 |
|
140 |
|
141 |
+
predicted_label,variance_score = occ_predict(f)
|
142 |
#st.header(predicted_label)
|
143 |
#st.header(str(round(variance_score,2)))
|
144 |
string1 = "The image is," + predicted_label + " with the score value of " + str(round(variance_score,2))
|