makekali commited on
Commit
4f9319f
·
verified ·
1 Parent(s): 7c55052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,5 +44,5 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
44
  clear.click(lambda: ([], []), None, [chat, history])
45
  download_btn.click(save_chat, [history], download_file)
46
 
47
- demo.launch(auth=[("admin", "securepass")], share=True)
48
 
 
44
  clear.click(lambda: ([], []), None, [chat, history])
45
  download_btn.click(save_chat, [history], download_file)
46
 
47
+ demo.launch(auth=[("admin", "securepass")])
48