tomerk commited on
Commit
dc7b50f
·
verified ·
1 Parent(s): 8fd1c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,4 +351,4 @@ with gr.Blocks(title="Conntour", fill_height=True) as demo:
351
  start_btn.click(analyze_stream, inputs=[prompt, chatbot], outputs=[chatbot], queue=True)
352
  stop_btn.click(stop_capture_func)
353
 
354
- demo.launch(favicon_path='favicon.ico', auth=(user_name, password), strict_cors=False)
 
351
  start_btn.click(analyze_stream, inputs=[prompt, chatbot], outputs=[chatbot], queue=True)
352
  stop_btn.click(stop_capture_func)
353
 
354
+ demo.launch(favicon_path='favicon.ico', auth=(user_name, password))