abhibisht89
commited on
Commit
•
181bb2d
1
Parent(s):
54d1257
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ inp=gr.inputs.Textbox(lines=1, placeholder=None, default="", label="search you q
|
|
42 |
out=gr.outputs.Textbox(type="auto",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",layout='vertical')
|
45 |
-
iface.launch(
|
|
|
42 |
out=gr.outputs.Textbox(type="auto",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",layout='vertical')
|
45 |
+
iface.launch()
|