Skip to content

Commit

Permalink
Update gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoFANGUK committed Dec 23, 2023
1 parent 746aa01 commit a918517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gui.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# -*- coding: utf-8 -*-
"""
@Author : Fang Yao
@Time : 2021/4/1 6:07 下午
@Time : 2023/4/1 6:07 下午
@FileName: gui.py
@desc: 字幕提取器图形化界面
@desc: 字幕去除器图形化界面
"""
import os
import configparser
import PySimpleGUI as sg
import cv2
import sys
from threading import Thread
import multiprocessing
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit a918517

Please sign in to comment.