VishnuEcoClim commited on
Commit
cac4e44
·
verified ·
1 Parent(s): 48fa5e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,4 +139,4 @@ elif mode == "Train Mode":
139
  model.fit(image, label_one_hot, epochs=2, batch_size=1)
140
  st.success(f'Model has been trained with the new image and label.')
141
  except Exception as e:
142
- st.error(f"An error occurred: {e}. Please contact us EcoClim Solutions at EcoClimSolutions.wordpress.com.")
 
139
  model.fit(image, label_one_hot, epochs=2, batch_size=1)
140
  st.success(f'Model has been trained with the new image and label.')
141
  except Exception as e:
142
+ st.error(f"An error occurred: {e}. Please contact us EcoClim Solutions at EcoClimSolutions.wordpress.com.")