Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xh0o6
/
g4f0204
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
g4f0204
/
etc
/
testing
/
test_gui.py
Mohammed Foud
app1
cf7fc45
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()