Samson commited on
Commit
72ee014
1 Parent(s): 17cbb1c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def greet(name):
5
 
6
  iface = gr.Interface(fn=greet,
7
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
8
- outputs="text"
9
  iface.launch()
 
5
 
6
  iface = gr.Interface(fn=greet,
7
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
8
+ outputs="text")
9
  iface.launch()