Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chris-rannou/test-private-2
chris-rannou
/
test-tcp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chris-rannou
HF Staff
commited on
Sep 19, 2023
Commit
6bab326
·
1 Parent(s):
aa8bb2b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -8,6 +8,7 @@ import elasticsearch
8
9
10
MB = 1024*1024
11
12
13
def eat_memory():
8
9
10
MB = 1024*1024
11
+
os.exit(1)
12
13
14
def eat_memory():