Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,5 +73,5 @@ result = predict_image(image_path=img, model=model_loaded)
|
|
| 73 |
|
| 74 |
if result is not None:
|
| 75 |
st.write(result)
|
| 76 |
-
st.write(:chipmunk:)
|
| 77 |
-
st.write(:bird:)
|
|
|
|
| 73 |
|
| 74 |
if result is not None:
|
| 75 |
st.write(result)
|
| 76 |
+
st.write(":chipmunk:")
|
| 77 |
+
st.write(":bird:")
|