Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhusom committed Aug 21, 2024
1 parent aa9c4f1 commit 2f329ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ curl -X POST -H "Content-Type: application/json" -d @data.json http://172.17.0.2
CSV data can be sent to the API using `curl`:

```
curl http://localhost:5000/infer -F file=@assets/data/raw/entrust-highend/simulated_low_end_traces_from_high_end_device.csv -F model_id=151d2394-7654-4958-9e82-174c7198368c
curl http://localhost:5000/infer -F [email protected] -F model_id=151d2394-7654-4958-9e82-174c7198368c
```

Make sure that the CSV contains the same columns as the model expects.

0 comments on commit 2f329ec

Please sign in to comment.