Vijish commited on
Commit
e3307e3
1 Parent(s): 21ef9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def predict(text,img):
85
  #ipyplot.plot_images(imgs,img_width=350)
86
  return imgs[0]
87
 
88
- text = gr.inputs.Textbox(lines=5, label="Context")
89
  #img = gr.inputs.Image()
90
 
91
  #img = "image"
 
85
  #ipyplot.plot_images(imgs,img_width=350)
86
  return imgs[0]
87
 
88
+ text = gr.inputs.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",)
89
  #img = gr.inputs.Image()
90
 
91
  #img = "image"