chris-rannou HF Staff commited on
Commit
dafd964
·
1 Parent(s): a291395

dummy commit to check dev webhook ignored

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,5 +11,6 @@ def greet(name):
11
  return "Hello there {}".format(name)
12
 
13
  # comment
 
14
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
15
  iface.launch()
 
11
  return "Hello there {}".format(name)
12
 
13
  # comment
14
+ # comment number 2 dev mode ignored
15
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
16
  iface.launch()