Fixed Typo

pull/191/head
Murtaza rizvi 2023-04-12 16:20:41 +05:30 committed by ericmintun
parent 6abd03257a
commit 150e5812c7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class MaskDecoder(nn.Module):
dense_prompt_embeddings=dense_prompt_embeddings,
)
# Select the correct mask or masks for outptu
# Select the correct mask or masks for output
if multimask_output:
mask_slice = slice(1, None)
else: