Skip to content

Commit 0b63f25

Browse files
committed
fix --model-arch CLI arg
1 parent 63ae5b1 commit 0b63f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Raspberry_Pi/Raspberry_Pi5_Moonshine_VoiceControl_NeoPixels/voice_control_lights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232
parser.add_argument(
3333
"--model-arch",
34-
type=str,
34+
type=int,
3535
default=None,
3636
help="Model architecture to use for transcription",
3737
)

0 commit comments

Comments
 (0)