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
/
g4f
/
api
/
run.py
Mohammed Foud
app1
cf7fc45
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
201 Bytes
import
g4f
import
g4f.api
if
__name__ ==
"__main__"
:
print
(
f'Starting server... [g4f v-
{g4f.version.utils.current_version}
]'
)
g4f.api.Api(engine = g4f, debug =
True
).run(ip =
"0.0.0.0:10000"
)