GPT4Free / app.py
MrDonStuff's picture
Update app.py
f32b215 verified
raw
history blame
123 Bytes
from subprocess import run
from g4f.gui import run_gui
run('python3 -m pip install -U g4f[all]').stdout
run_gui(port=7860)