IngSeb0 commited on
Commit
fe613b2
·
1 Parent(s): cb71624

Disable Gradio SSR mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,4 +168,4 @@ with gr.Blocks(title="ReliefLens AI") as demo:
168
 
169
 
170
  if __name__ == "__main__":
171
- demo.launch()
 
168
 
169
 
170
  if __name__ == "__main__":
171
+ demo.launch(ssr_mode=False)