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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ MB = 1024*1024
11
 
12
 
13
  def eat_memory():
14
- # hello2 !
15
  mem = []
16
  while True:
17
  mem += ['c' * (100 * MB)]
 
11
 
12
 
13
  def eat_memory():
 
14
  mem = []
15
  while True:
16
  mem += ['c' * (100 * MB)]