Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
"""
|
3 |
-
|
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 |
-
#
|
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,
|