mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
9 lines
161 B
Python
9 lines
161 B
Python
from ui import GenerateUI
|
|
from dotenv import load_dotenv
|
|
|
|
load_dotenv()
|
|
|
|
if __name__ == "__main__":
|
|
ui_generator = GenerateUI()
|
|
ui_generator.launch_ui()
|