Paul-Louis Pröve
commited on
Commit
·
d044134
1
Parent(s):
8f117e7
auth fix
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(auth=
|
|
|
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"))
|