mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
refactor qt wrappers
This commit is contained in:
parent
8aadbfef4a
commit
a861812f18
9 changed files with 29 additions and 30 deletions
|
@ -3,9 +3,9 @@ import sys
|
|||
import time
|
||||
import traceback
|
||||
|
||||
from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
from PySide6.QtCore import *
|
||||
from PySide6.QtGui import *
|
||||
from PySide6.QtWidgets import *
|
||||
|
||||
from core.interact import interact as io
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue