tommulder commited on
Commit
e2988e6
·
1 Parent(s): e5cac04

Fix Quick Start URLs to use actual Hugging Face Space URL

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -78,7 +78,7 @@ This Hugging Face Space provides a production-ready API for detecting and classi
78
  ### Image Detection
79
 
80
  ```bash
81
- curl -X POST "https://your-hf-space-url/v1/id/detect" \
82
  -F "file=@document.jpg" \
83
  -F "min_confidence=0.5" \
84
  -F "return_crops=false"
@@ -87,7 +87,7 @@ curl -X POST "https://your-hf-space-url/v1/id/detect" \
87
  ### Video Detection
88
 
89
  ```bash
90
- curl -X POST "https://your-hf-space-url/v1/id/detect-video" \
91
  -F "file=@document_video.mp4" \
92
  -F "min_confidence=0.5" \
93
  -F "sample_fps=2.0" \
 
78
  ### Image Detection
79
 
80
  ```bash
81
+ curl -X POST "https://algoryn-yolo-e-idcard.hf.space/v1/id/detect" \
82
  -F "file=@document.jpg" \
83
  -F "min_confidence=0.5" \
84
  -F "return_crops=false"
 
87
  ### Video Detection
88
 
89
  ```bash
90
+ curl -X POST "https://algoryn-yolo-e-idcard.hf.space/v1/id/detect-video" \
91
  -F "file=@document_video.mp4" \
92
  -F "min_confidence=0.5" \
93
  -F "sample_fps=2.0" \