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
May 25, 2023
Commit
8f8d047
·
1 Parent(s):
c3c9bd6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -11,6 +11,7 @@ MB = 1024*1024
11
12
13
def eat_memory():
14
mem = []
15
while True:
16
mem += ['c' * (100 * MB)]
11
12
13
def eat_memory():
14
+
# hello !
15
mem = []
16
while True:
17
mem += ['c' * (100 * MB)]