Tonic commited on
Commit
e0c5e45
·
verified ·
1 Parent(s): 513928b

fixes 500 error for some users

Browse files

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

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