gtani commited on
Commit
e4f94d7
·
1 Parent(s): 92567f9

Add share parameter and ssr_mode to demo queue launch for enhanced functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,4 +77,4 @@ with gr.Blocks(css_paths=["static/deval.css"],theme = gr.themes.Default(primary_
77
 
78
 
79
 
80
- demo.queue().launch(auth=AUTHS)
 
77
 
78
 
79
 
80
+ demo.queue().launch(auth=AUTHS,share=True, ssr_mode=False)