Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ if __name__ == "__main__":
|
|
38 |
)
|
39 |
|
40 |
fig, (ax1, ax2) = plt.subplots(1, 2)
|
41 |
-
|
|
|
42 |
ax1.imshow(preds[0])
|
43 |
ax2.imshow(flows[0][0])
|
44 |
st.pyplot(fig)
|
|
|
38 |
)
|
39 |
|
40 |
fig, (ax1, ax2) = plt.subplots(1, 2)
|
41 |
+
ax1.axis('off')
|
42 |
+
ax2.axis('off')
|
43 |
ax1.imshow(preds[0])
|
44 |
ax2.imshow(flows[0][0])
|
45 |
st.pyplot(fig)
|