Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fixes 500 error for some users
#5
by
Tonic
- opened
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)
|