Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haoqi7
/
cs
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cs
/
run_server.sh
haoqi7
Upload 1527 files
a8eb386
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
#!/bin/sh
# python manager.py db migrate -m "how"
python manager.py db migrate
python manager.py db upgrade
gunicorn --
bind
=0.0.0.0:8080 --log-level info --workers 4 detectweb.wsgi:application