0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00
ok-wuthering-waves/main_gpu.py
2024-09-09 20:02:09 +08:00

8 lines
126 B
Python

from config import config
from ok.OK import OK
config = config
config['ocr']['lib'] = 'paddleocr'
ok = OK(config)
ok.start()