Spaces:
Sleeping
Sleeping
Fix 500 error: disable experimental SSR (ssr_mode=False)
Browse files
app.py
CHANGED
|
@@ -591,4 +591,4 @@ with gr.Blocks(title="Fee Note Generator", theme=gr.themes.Soft()) as demo:
|
|
| 591 |
refresh_btn.click(fn=get_current_firms, outputs=[firms_display])
|
| 592 |
|
| 593 |
|
| 594 |
-
demo.launch()
|
|
|
|
| 591 |
refresh_btn.click(fn=get_current_firms, outputs=[firms_display])
|
| 592 |
|
| 593 |
|
| 594 |
+
demo.launch(ssr_mode=False)
|