iperov / DeepFaceLive

Real-time face swap for PC streaming or video calls
GNU General Public License v3.0
26.03k stars 4.43k forks source link

Part of the code is missing. #58

Closed Mombin closed 2 years ago

Mombin commented 2 years ago

in apps/DeepFaceLive/DeepFaceLiveApp.py

line about 164.

menu_help_action_github.triggered.connect(lambda: qtx.QDesktopServices.openUrl(qtx.QUrl('https://github.com/iperov/DeepFaceLive' )))

you miss the code qtx. so you change your code QUrl to qtx.QUrl

iperov commented 2 years ago

ok