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
Dec 13, 2023
Commit
bf3ec14
·
1 Parent(s):
ed1b4ae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,7 @@ import os
7
import elasticsearch
8
9
MB = 1024*1024
10
-
1/0
11
def eat_memory():
12
mem = []
13
while True:
7
import elasticsearch
8
9
MB = 1024*1024
10
+
11
def eat_memory():
12
mem = []
13
while True: