From 32c47873ab64b9c5b5f2dd581b6cd55cbb9778d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=B6=AF=E5=8F=A4=E5=B7=B7?= Date: Mon, 30 Sep 2024 22:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7paddle=E5=88=B02.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.py b/gui.py index a0de340..f63aa10 100644 --- a/gui.py +++ b/gui.py @@ -22,8 +22,8 @@ class SubtitleRemoverGUI: def __init__(self): # 初次运行检查运行环境是否正常 - from paddle import fluid - fluid.install_check.run_check() + from paddle import utils + utils.run_check() self.font = 'Arial 10' self.theme = 'LightBrown12' sg.theme(self.theme)