Spaces:
Running
Running
Commit
·
610c7ce
1
Parent(s):
589adec
Update app.py
Browse files
app.py
CHANGED
@@ -100,5 +100,5 @@ try:
|
|
100 |
prediction = model.predict(image[np.newaxis, ...])
|
101 |
st.success(f'Prediction: {labels[np.argmax(prediction[0], axis=-1)]}')
|
102 |
except Exception as e:
|
103 |
-
st.error(f"An error occurred: {e}")
|
104 |
|
|
|
100 |
prediction = model.predict(image[np.newaxis, ...])
|
101 |
st.success(f'Prediction: {labels[np.argmax(prediction[0], axis=-1)]}')
|
102 |
except Exception as e:
|
103 |
+
st.error(f"An error occurred: {e}. Please contact us EcoClim Solutions at EcoClimSolutions.wordpress.com.")
|
104 |
|