Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tastypear
/
sia-chat-adapter
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
74dd119
sia-chat-adapter
/
start.sh
tastypear
Upload 2 files
9c91a52
verified
5 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
#!/bin/bash
gunicorn -b 0.0.0.0:7860 main:app --
timeout
120
python space_checker.py &
wait