Spaces:
Running
Running
Joshua Lochner
commited on
Commit
·
39f6f81
1
Parent(s):
8a55e13
Fix typo in prediction command
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Check out the demo application by visiting [https://xenova.github.io/sponsorbloc
|
|
27 |
2. Run predictions:
|
28 |
- Predict for a single video using the `--video_id` argument. For example:
|
29 |
```bash
|
30 |
-
python src/predict --video_id zo_uoFI1WXM
|
31 |
```
|
32 |
|
33 |
- Predict for multiple videos using the `--video_ids` argument. For example:
|
|
|
27 |
2. Run predictions:
|
28 |
- Predict for a single video using the `--video_id` argument. For example:
|
29 |
```bash
|
30 |
+
python src/predict.py --video_id zo_uoFI1WXM
|
31 |
```
|
32 |
|
33 |
- Predict for multiple videos using the `--video_ids` argument. For example:
|