Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
linhj07
/
chatgpt-on-wechat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a216e07
chatgpt-on-wechat
/
nixpacks.toml
linhj07
Upload 139 files
ba12b59
about 2 years ago
raw
Copy download link
history
blame
Safe
179 Bytes
providers
= [
'python'
]
[phases.setup]
nixPkgs
= [
'python310'
]
cmds
= [
'apt-get update'
,
'apt-get install -y --no-install-recommends ffmpeg espeak'
]
[start]
cmd
=
"python ./app.py"