Files
Deep-Live-Cam/run.py

10 lines
170 B
Python
Raw Normal View History

2023-09-24 21:36:57 +08:00
#!/usr/bin/env python3
# Import the tkinter fix to patch the ScreenChanged error
import tkinter_fix
2023-09-24 21:36:57 +08:00
from modules import core
if __name__ == '__main__':
core.run()