chris-rannou HF Staff commited on
Commit
c7a3a13
·
1 Parent(s): c684a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def eat_memory():
16
 
17
 
18
  def greet(name):
19
- eat_memory()
20
  return "Hello " + name + "!!"
21
 
22
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
16
 
17
 
18
  def greet(name):
19
+ 1/0
20
  return "Hello " + name + "!!"
21
 
22
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")