Tom Aarsen commited on
Commit
fb9117f
·
1 Parent(s): 6828338

Set ssr_mode=False as required for LoginButton

Browse files

See https://github.com/gradio-app/gradio/issues/9820

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -902,4 +902,4 @@ Observe the [Speeding up Inference](https://sbert.net/docs/sentence_transformer/
902
  )
903
 
904
  if __name__ == "__main__":
905
- demo.launch()
 
902
  )
903
 
904
  if __name__ == "__main__":
905
+ demo.launch(ssr_mode=False)