Paul-Louis Pröve commited on
Commit
d044134
·
1 Parent(s): 8f117e7
Files changed (1) hide show
  1. app.py +1 -1
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={"motor": "vectorsearch"})
 
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"))