Flourish Tonic commited on
Commit
cf4c13a
Β·
verified Β·
1 Parent(s): ff3266f

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

Browse files

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


Co-authored-by: Joseph [open/acc] Pollack <[email protected]>

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)