Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
canserai
/
gg
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gg
/
etc
/
testing
/
test_gui.py
mfoud444
first commit
79859e3
4 months 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()