PoetNameLife commited on
Commit
94ad696
·
verified ·
1 Parent(s): 458392f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,5 +81,5 @@ with gr.Blocks(theme=gr.themes.Monochrome(), title="AIXYZone Sentinel Core") as
81
  demo.load(autonomous_immune_loop, inputs=None, outputs=[live_log, xp_display])
82
 
83
  if __name__ == "__main__":
84
- # Launching with SSR False to ensure real-time stream stability
85
- demo.launch(ssr_mode=False)
 
81
  demo.load(autonomous_immune_loop, inputs=None, outputs=[live_log, xp_display])
82
 
83
  if __name__ == "__main__":
84
+ # Standard launch configuration optimized for modern Gradio 6 container stability
85
+ demo.launch()