Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
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
chris-rannou
HF staff
commited on
May 25, 2023
Commit
15caf77
•
1 Parent(s):
8f8d047
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ MB = 1024*1024
11
12
13
def eat_memory():
14
-
#
hello
!
15
mem = []
16
while True:
17
mem += ['c' * (100 * MB)]
11
12
13
def eat_memory():
14
+
#
hello2
!
15
mem = []
16
while True:
17
mem += ['c' * (100 * MB)]