Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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))
|