chris-rannou HF Staff commited on
Commit
8f9594e
·
verified ·
1 Parent(s): fdff388

Update app.py

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