Arthur2G commited on
Commit
80bb82d
·
1 Parent(s): ad77d46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ with gr.Blocks(theme=theme) as demo:
53
  clear.click(lambda: None, None, chatbot, queue=False)
54
  gr.Markdown(footnote)
55
 
56
- demo.launch(share=True, auth=("username", "password"), debug=True)
 
53
  clear.click(lambda: None, None, chatbot, queue=False)
54
  gr.Markdown(footnote)
55
 
56
+ demo.launch()