Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ If you wish to quickly try our model, you can access our public web demo hosted
|
|
20 |
# Inference
|
21 |
You can easily use our models for inference with the huggingface library!
|
22 |
You just need to do the following:
|
23 |
-
1. Chage the _image_path_ to your chart example image path on your system
|
24 |
-
2. Write the _input_text_
|
25 |
|
26 |
```
|
27 |
from PIL import Image
|
|
|
20 |
# Inference
|
21 |
You can easily use our models for inference with the huggingface library!
|
22 |
You just need to do the following:
|
23 |
+
1. Chage the **_image_path_** to your chart example image path on your system
|
24 |
+
2. Write the **_input_text_**
|
25 |
|
26 |
```
|
27 |
from PIL import Image
|