Fixes 500 error for some users

#2
by Tonic - opened
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)