myyim commited on
Commit
18e5eca
·
verified ·
1 Parent(s): bd28a6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,6 +17,7 @@ curl https://myyim-docker-ollama-model.hf.space/api/generate -d '{
17
  }'
18
 
19
  (https://medium.com/p/1f5d8f871887)
 
20
  or
21
 
22
  import base64
@@ -34,7 +35,7 @@ headers = {
34
 
35
  model = "gemma3:4b"
36
  prompt = "Describe the image in details and give it a caption."
37
- ollamaURL = 'https://<user>-<space-name>/api/generate'
38
 
39
  data = {
40
  "model": model,
 
17
  }'
18
 
19
  (https://medium.com/p/1f5d8f871887)
20
+
21
  or
22
 
23
  import base64
 
35
 
36
  model = "gemma3:4b"
37
  prompt = "Describe the image in details and give it a caption."
38
+ ollamaURL = 'https://myyim-docker-ollama-model.hf.space/api/generate'
39
 
40
  data = {
41
  "model": model,