kintong3000 commited on
Commit
d554ae1
1 Parent(s): 3ec36df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ def greet(name):
5
 
6
  demo = gr.Interface(
7
  fn=greet,
8
- inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
9
- outputs="text",
10
  )
11
  demo.launch()
 
5
 
6
  demo = gr.Interface(
7
  fn=greet,
8
+ inputs=gr.Textbox(lines=10, placeholder="Name Here..."),
9
+ outputs=gr.Textbox(lines=10, placeholder="sb Here..."),
10
  )
11
  demo.launch()