Fix multiple ui opening

This commit is contained in:
henryruhs 2023-06-02 19:58:47 +02:00
parent 030d6a698b
commit 2935185b81

3
run.py
View File

@ -2,4 +2,5 @@
from roop import core
core.run()
if __name__ == '__main__':
core.run()