mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-22 14:17:32 +08:00
升级paddle到2.6.1
This commit is contained in:
4
gui.py
4
gui.py
@@ -22,8 +22,8 @@ class SubtitleRemoverGUI:
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# 初次运行检查运行环境是否正常
|
# 初次运行检查运行环境是否正常
|
||||||
from paddle import fluid
|
from paddle import utils
|
||||||
fluid.install_check.run_check()
|
utils.run_check()
|
||||||
self.font = 'Arial 10'
|
self.font = 'Arial 10'
|
||||||
self.theme = 'LightBrown12'
|
self.theme = 'LightBrown12'
|
||||||
sg.theme(self.theme)
|
sg.theme(self.theme)
|
||||||
|
|||||||
Reference in New Issue
Block a user