Skip to content

Commit a82727f

Browse files
committed
Fix comment typo in remove_background.py
1 parent 64f632b commit a82727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tensorflow/remove_background.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Usage: ./remove_background.py --model deeplapv3.tflite --background thing.png
3+
# Usage: ./remove_background.py --model deeplabv3.tflite --background thing.png
44

55
import argparse
66

0 commit comments

Comments
 (0)