chris-rannou HF Staff commited on
Commit
3e882e0
·
verified ·
1 Parent(s): 1822699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def eat_memory():
13
  time.sleep(0.1)
14
 
15
  def greet(name):
 
16
  return "Hello " + name + ", secret: " + os.environ.get("TEST_ENV_SECRET")
17
 
18
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
13
  time.sleep(0.1)
14
 
15
  def greet(name):
16
+ eat_memory()
17
  return "Hello " + name + ", secret: " + os.environ.get("TEST_ENV_SECRET")
18
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")