Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
intelli-zen
/
asr
like
0
Sleeping
App
Files
Files
Community
8274008
asr
/
stop.sh
HoneyTian
update
26dfa9a
6 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
#!/usr/bin/env bash
kill
-9 `ps -aef | grep
'run_asr_server.py'
| grep -v grep | awk
'{print $2}'
`