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_debug.py
firedcto@gmail.com d0fc144ad0 修复GPU版本五合一卡住
修复启动器白色主题显示问题
2024-09-12 18:01:01 +08:00

9 lines
149 B
Python

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