m7n commited on
Commit
0807cf5
·
1 Parent(s): fc2f99f

changed ssr to false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -634,7 +634,7 @@ with gr.Blocks(theme=theme, css="""
634
  )
635
 
636
  # Mount and run app
637
- app = gr.mount_gradio_app(app, demo, path="/")
638
 
639
  if __name__ == "__main__":
640
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
634
  )
635
 
636
  # Mount and run app
637
+ app = gr.mount_gradio_app(app, demo, path="/",ssr_mode=False)
638
 
639
  if __name__ == "__main__":
640
  uvicorn.run(app, host="0.0.0.0", port=7860)