Gladiator commited on
Commit
9d9af7f
·
1 Parent(s): 85c7830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -37,7 +37,10 @@ if __name__ == "__main__":
37
  **model_params
38
  )
39
 
 
40
  fig, ax = plt.subplots()
41
  ax.imshow(preds[0])
42
 
43
  st.pyplot(fig)
 
 
 
37
  **model_params
38
  )
39
 
40
+ plt.axis('off')
41
  fig, ax = plt.subplots()
42
  ax.imshow(preds[0])
43
 
44
  st.pyplot(fig)
45
+
46
+ st.write(len(flows))