SpencerCPurdy commited on
Commit
071390e
·
verified ·
1 Parent(s): 2e2ebcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # -*- coding: utf-8 -*-
2
  """
3
- Production-Ready ML Model with Auto-MLOps System
4
  Author: Spencer Purdy
5
  Description: Enterprise-grade MLOps platform with automated model training, versioning,
6
  drift detection, A/B testing, and deployment capabilities
@@ -1798,7 +1798,7 @@ def create_gradio_interface(mlops_engine: MLOpsEngine) -> gr.Blocks:
1798
 
1799
  with gr.Blocks(title="MLOps System", theme=gr.themes.Soft()) as interface:
1800
  gr.Markdown("""
1801
- # Production-Ready ML Model with Auto-MLOps System
1802
  **Author**: Spencer Purdy
1803
 
1804
  Enterprise-grade MLOps platform with automated model training, versioning, drift detection,
 
1
  # -*- coding: utf-8 -*-
2
  """
3
+ End-to-End Automated MLOps Framework
4
  Author: Spencer Purdy
5
  Description: Enterprise-grade MLOps platform with automated model training, versioning,
6
  drift detection, A/B testing, and deployment capabilities
 
1798
 
1799
  with gr.Blocks(title="MLOps System", theme=gr.themes.Soft()) as interface:
1800
  gr.Markdown("""
1801
+ # End-to-End Automated MLOps Framework
1802
  **Author**: Spencer Purdy
1803
 
1804
  Enterprise-grade MLOps platform with automated model training, versioning, drift detection,