Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def imshow(img):
|
|
| 58 |
npimg = img.numpy()
|
| 59 |
plt.imshow(np.transpose(npimg, (1, 2, 0)))
|
| 60 |
plt.axis('off') # Turn off axis labels
|
| 61 |
-
st.pyplot()
|
| 62 |
|
| 63 |
# Streamlit app
|
| 64 |
st.title("Image Geolocation Prediction")
|
|
|
|
| 58 |
npimg = img.numpy()
|
| 59 |
plt.imshow(np.transpose(npimg, (1, 2, 0)))
|
| 60 |
plt.axis('off') # Turn off axis labels
|
| 61 |
+
st.pyplot(fig)
|
| 62 |
|
| 63 |
# Streamlit app
|
| 64 |
st.title("Image Geolocation Prediction")
|