poiccard commited on
Commit
734032e
1 Parent(s): 108a6b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -18,7 +18,10 @@ There is now a button `Deploy` in the top right corner (you will need a paid sub
18
  Please note that the model requires a beefy machine, i.e. GPU [large] · 4x Nvidia Tesla T4 which is $ 4.50 per h, small and medium size machines were not able to start it up.
19
 
20
  Once deployed use sample curl to test (or python code provided at your endpoitnt page)
21
- `curl https://YOUR_ENDPOINT.aws.endpoints.huggingface.cloud -X POST -d '{"inputs": "ما هي عاصمة الامارات؟"}' -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: application/json"`
 
 
 
22
 
23
  Don't forget to put your endpoint on pause, when idle, to save some cash.
24
 
 
18
  Please note that the model requires a beefy machine, i.e. GPU [large] · 4x Nvidia Tesla T4 which is $ 4.50 per h, small and medium size machines were not able to start it up.
19
 
20
  Once deployed use sample curl to test (or python code provided at your endpoitnt page)
21
+
22
+ ```
23
+ curl https://YOUR_ENDPOINT.aws.endpoints.huggingface.cloud -X POST -d '{"inputs": "ما هي عاصمة الامارات؟"}' -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: application/json"
24
+ ```
25
 
26
  Don't forget to put your endpoint on pause, when idle, to save some cash.
27