Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def predict(model, img):
|
|
41 |
|
42 |
st.write(prediction)
|
43 |
if prediction[0]>0.5:
|
44 |
-
return '
|
45 |
else:
|
46 |
return 'ripe'
|
47 |
|
|
|
41 |
|
42 |
st.write(prediction)
|
43 |
if prediction[0]>0.5:
|
44 |
+
return 'ripe'
|
45 |
else:
|
46 |
return 'ripe'
|
47 |
|