Aryan-EcoClim commited on
Commit
c6dd621
·
1 Parent(s): 50669ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,3 +101,4 @@ try:
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}")
 
 
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
+