gtani commited on
Commit
70c30dd
·
1 Parent(s): f904c62

Fix demo queue launch syntax for proper authentication and sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -57,5 +57,4 @@ with gr.Blocks(css_paths=["static/deval.css"],theme = gr.themes.Default(primary_
57
 
58
 
59
 
60
- demo.queue() \
61
- .launch(auth=AUTHS)
 
57
 
58
 
59
 
60
+ demo.queue().launch(auth=AUTHS,share=True)