mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
4 lines
69 B
Python
4 lines
69 B
Python
|
from g4f.gui import run_gui
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
run_gui()
|