Commit
·
aee211e
1
Parent(s):
bd82082
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,6 @@ def gen_pred(img, model=seg_model):
|
|
75 |
# plt.imshow(pred, interpolation='catrom')
|
76 |
plt.imshow(pred)
|
77 |
plt.axis('off')
|
78 |
-
mng = plt.get_current_fig_manager()
|
79 |
-
mng.frame.Maximize(True)
|
80 |
plt.show()
|
81 |
return fig
|
82 |
|
|
|
75 |
# plt.imshow(pred, interpolation='catrom')
|
76 |
plt.imshow(pred)
|
77 |
plt.axis('off')
|
|
|
|
|
78 |
plt.show()
|
79 |
return fig
|
80 |
|