Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpkaGames
/
NeuroGPT
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NeuroGPT
/
backend
/
config.py
OpkaGames
Upload folder using huggingface_hub
870ab6b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
app = {
'host'
:
'0.0.0.0'
,
'port'
:
1337
,
'debug'
:
True
}
request = {
'timeout'
:
60
}