Spaces:
Running
Running
Update app.py
Browse files
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.")
|