Spaces:
Running
Running
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]>
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)
|