Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nononno
/
hj
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hj
/
gpt4free-main
/
etc
/
testing
/
test_gui.py
nononno
Upload 177 files
1b67eb7
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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()