Paul-Louis Pröve
commited on
Commit
·
8f117e7
1
Parent(s):
8a9239e
added auth
Browse files
app.py
CHANGED
@@ -131,4 +131,4 @@ with gr.Blocks(
|
|
131 |
make.change(filter_models, [year, make], model)
|
132 |
row = [year, make, model, search_type]
|
133 |
gr.ChatInterface(respond, additional_inputs=row).queue()
|
134 |
-
app.queue().launch()
|
|
|
131 |
make.change(filter_models, [year, make], model)
|
132 |
row = [year, make, model, search_type]
|
133 |
gr.ChatInterface(respond, additional_inputs=row).queue()
|
134 |
+
app.queue().launch(auth={"motor": "vectorsearch"})
|