Commit 150e5812 authored by Murtaza rizvi's avatar Murtaza rizvi Committed by ericmintun
Browse files

Fixed Typo

parent 6abd0325
...@@ -98,7 +98,7 @@ class MaskDecoder(nn.Module): ...@@ -98,7 +98,7 @@ class MaskDecoder(nn.Module):
dense_prompt_embeddings=dense_prompt_embeddings, 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: if multimask_output:
mask_slice = slice(1, None) mask_slice = slice(1, None)
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment