Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,9 @@ pip install transformers >= 4.34.0
|
|
38 |
```
|
39 |
|
40 |
## Uses
|
|
|
|
|
|
|
41 |
```python
|
42 |
import torch
|
43 |
from PIL import Image
|
|
|
38 |
```
|
39 |
|
40 |
## Uses
|
41 |
+
|
42 |
+
> The inference API widget sometimes cuts the response short. Please check [this](https://github.com/NormXU/nougat-latex-ocr/issues/2#issuecomment-1948310237) issue for more details. You may want to run the model yourself in case the inference API bug cuts the results short.
|
43 |
+
|
44 |
```python
|
45 |
import torch
|
46 |
from PIL import Image
|