ToxicTweet-Tagger / start.sh
Subi003's picture
Upload folder using huggingface_hub
d1de6e2 verified
raw
history blame contribute delete
118 Bytes
#!/bin/sh
# Clear Prometheus multiprocess metrics
rm -rf /tmp/prometheus_metrics/*
# Start the application
exec "$@"