abdur97 commited on
Commit
65fc78e
·
verified ·
1 Parent(s): e3952da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,4 +267,4 @@ with gr.Blocks() as demo:
267
  check_btn = gr.Button(visible=False)
268
  output = gr.Textbox(label="Process Output", visible=False)
269
 
270
- demo.launch(auth=[(os.environ["CHRONICLE_USERNAME"], os.environ["CHRONICLE_PASSWORD"])])
 
267
  check_btn = gr.Button(visible=False)
268
  output = gr.Textbox(label="Process Output", visible=False)
269
 
270
+ demo.launch(auth=[(os.environ["CHRONICLE_USERNAME"], os.environ["CHRONICLE_PASSWORD"])], share=True, ssr_mode=False)