nononno's picture
Upload 177 files
1b67eb7 verified
raw
history blame contribute delete
133 Bytes
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parent.parent.parent))
from g4f.gui import run_gui
run_gui()