Skip to content

Commit

Permalink
Merge pull request #11 from tmplink/v1.5
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
tmplink authored Nov 29, 2024
2 parents 7382596 + 00b6f57 commit bce6666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Supported architectures: `x86_64`, `ARM64`.
```bash
# Detection
curl -X POST -F "file=@/path/to/image.jpg" http://localhost:3333/check

# Check Local Files
curl -X POST -F "path=/path/to/image.jpg" http://localhost:3333/check
```

### Use the Built-in Web Interface for Detection
Expand All @@ -68,9 +71,6 @@ You can use the public API service provided by vx.link.
```bash
# Detect files, automatically recognize file types
curl -X POST -F "file=@/path/to/image.jpg" https://vx.link/public/nsfw

# Check Local Files
curl -X POST -F "path=/path/to/image.jpg" http://localhost:3333/check
```

* Your submitted images will not be saved.
Expand Down

0 comments on commit bce6666

Please sign in to comment.