Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MrDonStuff
/
GPT4Free
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f32b215
GPT4Free
/
app.py
MrDonStuff
Update app.py
f32b215
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
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
)