Aryan-EcoClim commited on
Commit
610c7ce
·
1 Parent(s): 589adec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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