Gladiator commited on
Commit
d18c6d8
·
1 Parent(s): 4bc7973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,5 +40,5 @@ if __name__ == "__main__":
40
  plt.axis('off')
41
  fig, (ax1, ax2) = plt.subplots(1, 2)
42
  ax1.imshow(preds[0])
43
- ax2.imshow(flows[0])
44
  st.pyplot(fig)
 
40
  plt.axis('off')
41
  fig, (ax1, ax2) = plt.subplots(1, 2)
42
  ax1.imshow(preds[0])
43
+ ax2.imshow(flows[0][3])
44
  st.pyplot(fig)