Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
gpt-free-ui-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz1
commited on
19 days ago
Commit
8c7eb51
·
verified
·
1 Parent(s):
e6e6de8
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from g4f.gui import run_gui
2
+
3
+
run_gui()