Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ztgeng
/
ChatGPT-Face
like
0
Sleeping
App
Files
Files
Community
5ea04c8
ChatGPT-Face
/
start.sh
ztgeng
change port
9397fb5
10 months ago
raw
Copy download link
history
blame
Safe
211 Bytes
#!/bin/sh
# 将环境变量的内容写入凭证文件
echo
$GOOGLE_APPLICATION_CREDENTIALS_JSON
> /app/keys/google-cloud-text-to-speech-key.json
# 启动 Flask 应用
exec
flask run --host=0.0.0.0 --port=7860