mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test
This commit is contained in:
@@ -150,7 +150,7 @@ for batch_size in 3 5; do
|
||||
output_file=$(mktemp)
|
||||
cid=$(get_container_id)
|
||||
|
||||
curl_args=(-s -X POST "${BASE_URL}/api/v1/tools/remove-background" -H "Authorization: Bearer ${TOKEN}")
|
||||
curl_args=(-s -X POST "${BASE_URL}/api/v1/tools/image/remove-background" -H "Authorization: Bearer ${TOKEN}")
|
||||
for i in $(seq 1 "$batch_size"); do
|
||||
curl_args+=(-F "file=@${P}")
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user