diff --git a/run.py b/run.py index 3eaca30..b52e5cc 100755 --- a/run.py +++ b/run.py @@ -2,4 +2,5 @@ from roop import core -core.run() \ No newline at end of file +if __name__ == '__main__': + core.run()