rodrigomasini commited on
Commit
976be0e
·
verified ·
1 Parent(s): c07cf30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ with gr.Blocks(theme='ParityError/Interstellar', css="footer{display:none !impor
187
 
188
  msg.submit(update_with_rag_md, [msg, llm_results, database_src, llm_model], [gr_md, input]).success(ask_llm, [input, llm_model, stream_results], output_text)
189
 
190
- demo.queue().launch(auth=auth(USERNAME, PWD), show_api=False)
 
187
 
188
  msg.submit(update_with_rag_md, [msg, llm_results, database_src, llm_model], [gr_md, input]).success(ask_llm, [input, llm_model, stream_results], output_text)
189
 
190
+ demo.queue().launch(auth=(USERNAME, PWD), show_api=False)