Skip to content

Commit

Permalink
Fix comment typo in remove_background.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidplowman committed Nov 18, 2024
1 parent 141a70f commit f8f9a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tensorflow/remove_background.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3

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

import argparse

Expand Down

0 comments on commit f8f9a63

Please sign in to comment.