Nymbo Tonic commited on
Commit
ba71cde
·
verified ·
1 Parent(s): 872bd27

fixes 500 error for some users (#5)

Browse files

- fixes 500 error for some users (e0c5e45476693815f5c2fc316f44d84af6cbd675)


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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -605,4 +605,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme') as dalle:
605
 
606
  print("Launching Gradio interface...") # Debug log
607
  # Launch the Gradio interface without showing the API or sharing externally
608
- dalle.launch(show_api=False, share=False)
 
605
 
606
  print("Launching Gradio interface...") # Debug log
607
  # Launch the Gradio interface without showing the API or sharing externally
608
+ dalle.launch(show_api=False, share=False, ssr_mode=False)