Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
llm-discord-bot
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c779ec3
llm-discord-bot
/
entry_script.sh
chansung
Rename entry_script.py to entry_script.sh
33bf4f0
about 2 years ago
raw
Copy download link
history
blame
115 Bytes
#!/bin/bash
# Start the first process
python entry_point.py &
# Start the second process
python health_check.py &