Tonic commited on
Commit
6fa0d39
·
verified ·
1 Parent(s): 2c322c9

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -485,4 +485,4 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
485
  # )
486
 
487
 
488
- block.launch(share=True)
 
485
  # )
486
 
487
 
488
+ block.launch(share=True, ssr_mode=False)