helloparthshah commited on
Commit
af60298
·
verified ·
1 Parent(s): 1e678ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as main_demo:
85
  gr.Button("Logout", link="/logout")
86
  main_demo.load(greet, None, m)
87
 
88
- app = gr.mount_gradio_app(app, main_demo, path="/gradio", auth_dependency=get_user)
89
 
90
 
91
  if __name__ == '__main__':
 
85
  gr.Button("Logout", link="/logout")
86
  main_demo.load(greet, None, m)
87
 
88
+ app = gr.mount_gradio_app(app, main_demo, path="/gradio", auth_dependency=get_user, ssr_mode=False,)
89
 
90
 
91
  if __name__ == '__main__':