Solves 500 error for some users - With No Performance Loss πŸ™πŸ»

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,4 +341,4 @@ with gr.Blocks(title="Ovis-U1-3B") as demo:
341
  )
342
 
343
  if __name__ == "__main__":
344
- demo.launch(share=True)
 
341
  )
342
 
343
  if __name__ == "__main__":
344
+ demo.launch(share=True, ssr_mode=False)