Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lapix
/
SegFormer-b3-CCAgT
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johnnv
commited on
Sep 17, 2022
Commit
f312659
·
1 Parent(s):
50c5448
remove plot padding
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -137,7 +137,7 @@ def image_with_mask(
137
alpha=0.4,
138
)
139
plt.axis('off')
140
-
141
return fig
142
143
137
alpha=0.4,
138
)
139
plt.axis('off')
140
+
plt.tight_layout(pad=0)
141
return fig
142
143