Spaces:
Sleeping
Sleeping
Update new_app.py
Browse files- new_app.py +0 -1
new_app.py
CHANGED
|
@@ -147,7 +147,6 @@ with col2:
|
|
| 147 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 148 |
|
| 149 |
with col1:
|
| 150 |
-
st.subheader("Prediction")
|
| 151 |
if state.img is not None:
|
| 152 |
img_array = np.array(state.img)
|
| 153 |
batch_size = 1
|
|
|
|
| 147 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 148 |
|
| 149 |
with col1:
|
|
|
|
| 150 |
if state.img is not None:
|
| 151 |
img_array = np.array(state.img)
|
| 152 |
batch_size = 1
|