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...
5c8f5e1
llm-discord-bot
/
entry_script.sh
chansung
Update entry_script.sh
5c8f5e1
about 2 years ago
raw
Copy download link
history
blame
109 Bytes
#!/bin/bash
python health_check_gradio.py > log2.log &
python entry_point.py > log1.log &
tail
-f log2.log