andreotte commited on
Commit
4512510
2 Parent(s): 370142a 0858779

fix conflicts

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,6 +4,5 @@ def greet(name):
4
  return "Hello : " + name + "!!"
5
 
6
 
7
-
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
  iface.launch()
 
4
  return "Hello : " + name + "!!"
5
 
6
 
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
  iface.launch()