Waftage commited on
Commit
533adca
·
verified ·
1 Parent(s): 1b94069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")