Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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://
|
| 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,
|