chris-rannou HF staff commited on
Commit
15caf77
1 Parent(s): 8f8d047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)]