You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ In order to render the math in many different fonts we use XeLaTeX, generate a
27
27
28
28
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.
29
29
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).
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