Spaces:
Running
Running
Commit
·
c6dd621
1
Parent(s):
50669ae
Update app.py
Browse files
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 |
+
|