abhibisht89 commited on
Commit
bfb4e58
1 Parent(s): 1e8f5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ desc="This is a semantic search engine powered by SentenceTransformers (Nils_Rei
41
  inp=gr.Textbox(lines=1, placeholder=None,label="search you query here")
42
  out=gr.Textbox(type="text",label="search results")
43
 
44
- iface = gr.Interface(fn=search, inputs=inp, outputs=[out,out,out,out,out],examples=exp,article=desc,title="Neural Search Engine",theme="huggingface")
45
  iface.launch()
 
41
  inp=gr.Textbox(lines=1, placeholder=None,label="search you query here")
42
  out=gr.Textbox(type="text",label="search results")
43
 
44
+ iface = gr.Interface(fn=search, inputs=inp, outputs=[out,out,out,out,out],examples=exp,article=desc,title="Neural Search Engine")
45
  iface.launch()