Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lordofc
/
gpt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpt
/
gpt4free
/
etc
/
testing
/
test_gui.py
LoRDxdd
Add gpt4free API for Hugging Face
a4b70d9
2 months ago
raw
Copy download link
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()