Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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][1])
|
44 |
st.pyplot(fig)
|