kateforsberg commited on
Commit
1874ad1
·
1 Parent(s): 63e3e29
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,5 +132,5 @@ with gr.Blocks() as demo:
132
  # failed.launch()
133
  #run_with_context(load_dotenv)
134
  load_dotenv()
135
- demo.launch(
136
  auth=(os.environ.get('HF_USERNAME','test1'),os.environ.get('HF_PASSWORD','test1')))
 
132
  # failed.launch()
133
  #run_with_context(load_dotenv)
134
  load_dotenv()
135
+ demo.launch(share=True, ssr_mode=False,
136
  auth=(os.environ.get('HF_USERNAME','test1'),os.environ.get('HF_PASSWORD','test1')))