fixes 500 error for some users

#2
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,4 +224,4 @@ with gr.Blocks(title="StdGEN: Semantically Decomposed 3D Character Generation fr
224
  )
225
 
226
  if __name__ == "__main__":
227
- demo.launch()
 
224
  )
225
 
226
  if __name__ == "__main__":
227
+ demo.launch(ssr_mode=False)