chris-rannou HF Staff commited on
Commit
0a03af1
·
1 Parent(s): a97a595

Update app.py

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