Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
|
|
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))
|