Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This model is a fine-tuned version of [HuggingFaceTB/SmolVLM-Base](https://huggi
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
|
23 |
```python
|
24 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
Here is the sample code for how to use.
|
22 |
|
23 |
```python
|
24 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|