Spaces:
Build error
Build error
Commit ·
e10000f
1
Parent(s): 0298772
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def FRFsegment(input_img):
|
|
| 50 |
|
| 51 |
#overlay plot
|
| 52 |
p = plt.imshow(input_img,cmap='gray')
|
| 53 |
-
p = plt.imshow(
|
| 54 |
p = plt.axis("off")
|
| 55 |
return plt
|
| 56 |
|
|
|
|
| 50 |
|
| 51 |
#overlay plot
|
| 52 |
p = plt.imshow(input_img,cmap='gray')
|
| 53 |
+
p = plt.imshow(pred, alpha=0.4)
|
| 54 |
p = plt.axis("off")
|
| 55 |
return plt
|
| 56 |
|