mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
remove all trailing spaces
This commit is contained in:
parent
9092e73c41
commit
5c27ef8883
76 changed files with 713 additions and 717 deletions
|
|
@ -23,4 +23,3 @@ class QIconDB():
|
|||
QIconDB.view_baked = QIcon ( str(icon_path / 'view_baked.png') )
|
||||
QIconDB.view_xseg = QIcon ( str(icon_path / 'view_xseg.png') )
|
||||
QIconDB.view_xseg_overlay = QIcon ( str(icon_path / 'view_xseg_overlay.png') )
|
||||
|
||||
|
|
@ -37,4 +37,3 @@ def cv2_resize(x, *args, **kwargs):
|
|||
|
||||
x = imagelib.normalize_channels(x, c)
|
||||
return x
|
||||
|
||||
|
|
@ -34,4 +34,3 @@ def get_screen_size():
|
|||
pass
|
||||
|
||||
return (1366, 768)
|
||||
|
||||
|
|
@ -39,4 +39,3 @@ elif system_language == 'ru':
|
|||
StringsDB = {'S_HOT_KEY' : 'горячая клавиша'}
|
||||
elif system_language == 'zh':
|
||||
StringsDB = {'S_HOT_KEY' : '热键'}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue