jbilcke-hf HF staff commited on
Commit
c99134b
·
verified ·
1 Parent(s): 7621093

Delete example.sh

Browse files
Files changed (1) hide show
  1. example.sh +0 -10
example.sh DELETED
@@ -1,10 +0,0 @@
1
-
2
- curl "https://<your own inference endpoint>.endpoints.huggingface.cloud" \
3
- -X POST \
4
- -H "Accept: application/json" \
5
- -H "Authorization: Bearer hf_<your own token>" \
6
- -H "Content-Type: application/json" \
7
- -d '{
8
- "inputs": "underwater footage, clownfishes swimming around coral",
9
- "parameters": {}
10
- }' > output.json