chris-rannou HF Staff commited on
Commit
9ef8fcc
·
1 Parent(s): ed264cd

commit while runtimeerror 2

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
+ # # another test
15
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
16
  iface.launch()