Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,6 @@ topic_model.get_topic_info()
|
|
| 29 |
|
| 30 |
You can make predictions as follows:
|
| 31 |
```python
|
| 32 |
-
|
| 33 |
val_labels = [...] # list of caption
|
| 34 |
val_images = [...] # list of images
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
You can make predictions as follows:
|
| 31 |
```python
|
|
|
|
| 32 |
val_labels = [...] # list of caption
|
| 33 |
val_images = [...] # list of images
|
| 34 |
|