Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qgyd2021
/
vm_sound_classification
like
2
Running
App
Files
Files
Community
f1378f5
vm_sound_classification
/
examples
/
vm_sound_classification8
/
stop.sh
HoneyTian
update
69ad385
6 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
#!/usr/bin/env bash
kill
-9 `ps -aef | grep
'vm_sound_classification/bin/python3'
| grep -v grep | awk
'{print $2}'
| sed
's/\n/ /'
`