petter2025 commited on
Commit
595bb17
·
verified ·
1 Parent(s): 8bb18ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -367,7 +367,7 @@ oss_caps = get_oss_capabilities()
367
  # ----------------------------------------------------------------------
368
  # Gradio UI
369
  # ----------------------------------------------------------------------
370
- with gr.Blocks(title="ARF v4 – OSS Reliability Control Plane", theme="soft") as demo:
371
  gr.Markdown("""
372
  # 🧠 ARF v4 – OSS Reliability Control Plane
373
  **Deterministic Probability Thresholding & Hybrid Bayesian Inference**
@@ -514,4 +514,4 @@ with gr.Blocks(title="ARF v4 – OSS Reliability Control Plane", theme="soft") a
514
  )
515
 
516
  if __name__ == "__main__":
517
- demo.launch() # or demo.launch(share=True)
 
367
  # ----------------------------------------------------------------------
368
  # Gradio UI
369
  # ----------------------------------------------------------------------
370
+ with gr.Blocks(title="ARF v4 – OSS Reliability Control Plane") as demo:
371
  gr.Markdown("""
372
  # 🧠 ARF v4 – OSS Reliability Control Plane
373
  **Deterministic Probability Thresholding & Hybrid Bayesian Inference**
 
514
  )
515
 
516
  if __name__ == "__main__":
517
+ demo.launch(theme="soft")