File size: 114 Bytes
be5bf87 |
1 2 3 4 5 6 7 |
#!/bin/bash
curl -X POST http://localhost:8000/predict \
-H "Content-Type: application/json" \
-d @"$1"
|
be5bf87 |
1 2 3 4 5 6 7 |
#!/bin/bash
curl -X POST http://localhost:8000/predict \
-H "Content-Type: application/json" \
-d @"$1"
|