mirror of
https://github.com/lightbatis/DeepLiveCam.git
synced 2024-11-14 12:55:18 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
#!/usr/bin/env python3
|
|
|
|
from modules import core
|
|
|
|
if __name__ == '__main__':
|
|
core.run()
|