Skip to content

Commit 5545f02

Browse files
committed
docs: Update README.md
1 parent 1b59b6a commit 5545f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ In order to render the math in many different fonts we use XeLaTeX, generate a
2727

2828
Thanks to [@katie-lim](https://github.com/katie-lim), you can use a nice user interface as a quick way to get the model prediction. Just call the GUI with `python gui.py`. From here you can take a screenshot and the predicted latex code is rendered using [MathJax](https://www.mathjax.org/) and copied to your clipboard.
2929

30+
Under linux, it is possible to use `gui.py` with `gnome-screenshot` which comes with multiple monitor support. You just need to run `python gui.py --gnome` (**Note: ** you should install `gnome-screenshot` beforehand).
31+
3032
![demo](https://user-images.githubusercontent.com/55287601/117812740-77b7b780-b262-11eb-81f6-fc19766ae2ae.gif)
3133

3234
If the model is unsure about the what's in the image it might output a different prediction every time you click "Retry". With the `temperature` parameter you can control this behavior (low temperature will produce the same result).

0 commit comments

Comments
 (0)