DavidCombei commited on
Commit
5f39744
·
verified ·
1 Parent(s): 2c46d7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ conda create -n avh python=3.10 -y
79
  ```bash
80
  python detect.py INPUT_FILE # text report
81
  python detect.py INPUT_FILE --json # machine-readable JSON
82
- python detect.py clip.mp4 --verbose # also stream each core's stdout/stderr
83
  ```
84
 
85
 
 
79
  ```bash
80
  python detect.py INPUT_FILE # text report
81
  python detect.py INPUT_FILE --json # machine-readable JSON
82
+
83
  ```
84
 
85