Grzegorz Knor

Results 2 issues of Grzegorz Knor

There is a missing import `import gradio as gr` in logic.py, and unused import `import gradio as gr` in app.py.

Currently, the `BASE_DIR` in the code is hardcoded as `os.path.expanduser("~/.paddleocr/")`. It would be beneficial to allow users to specify the `BASE_DIR` through an environmental variable, giving them more flexibility in...