Arthur2G commited on
Commit
bd5333a
·
1 Parent(s): 05883f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,6 +143,6 @@ with gr.Blocks(theme=theme) as demo:
143
  clear.click(lambda: None, None, chatbot, queue=False)
144
  gr.Markdown(footnote)
145
 
146
- demo.launch(auth=("username", "password"), debug=True)
147
 
148
 
 
143
  clear.click(lambda: None, None, chatbot, queue=False)
144
  gr.Markdown(footnote)
145
 
146
+ demo.launch()
147
 
148