Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nroggendorff
/
system-exit
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
451132f
system-exit
/
app.py
nroggendorff
Create app.py
451132f
verified
5 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
54 Bytes
from
time
import
sleep
import
sys
sleep(
5
)
sys.exit()