From 64fe0ee487c506febdc5126e7a8c9f2e30165101 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:31:46 +0100 Subject: ~ | g4f `v-0.1.5.6` gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run --- g4f/gui/run.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 g4f/gui/run.py (limited to 'g4f/gui') diff --git a/g4f/gui/run.py b/g4f/gui/run.py new file mode 100644 index 00000000..da672d59 --- /dev/null +++ b/g4f/gui/run.py @@ -0,0 +1,4 @@ +from g4f.gui import run_gui + +if __name__ == '__main__': + run_gui() \ No newline at end of file -- cgit v1.2.3