Tonic commited on
Commit
906e4ee
·
verified ·
1 Parent(s): bc5114d

fixes 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/Gi6o3DgE2TMJweHKvQ70p.png)

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)