fixes 500 error experienced by some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,4 +148,4 @@ with gr.Blocks() as demo:
148
  outputs=[inpaint_output])
149
 
150
  if __name__ == "__main__":
151
- demo.launch(share=True, debug=True)
 
148
  outputs=[inpaint_output])
149
 
150
  if __name__ == "__main__":
151
+ demo.launch(share=True, debug=True, ssr_mode=False)