chris-rannou HF Staff commited on
Commit
8f8d047
·
1 Parent(s): c3c9bd6

Update app.py

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