Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIEONE
/
LATE.IO2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LATE.IO2
/
serve.sh
AIEONE
Initial commit syncing local server with Hugging Face Space
490ec84
11 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
#!/bin/bash
gunicorn --
bind
0.0.0.0:5000 backend.app:app &
cd
frontend && ng serve --host 0.0.0.0 --port 4200 &
wait