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...
f9ef03a
llm-discord-bot
/
entry_script.py
chansung
Create entry_script.py
17c779c
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 &