Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ with gr.Blocks() as app:
|
|
15 |
with gr.Tab("Financial Analyst"):
|
16 |
create_financial_tab()
|
17 |
|
18 |
-
with gr.Tab("Personal Info Identifier"):
|
19 |
-
|
20 |
|
21 |
with gr.Tab("Churn Analysis"):
|
22 |
gr.Markdown("Customer Churn Prediction")
|
|
|
15 |
with gr.Tab("Financial Analyst"):
|
16 |
create_financial_tab()
|
17 |
|
18 |
+
# with gr.Tab("Personal Info Identifier"):
|
19 |
+
# gr.Interface.load("models/iiiorg/piiranha-v1-detect-personal-information")
|
20 |
|
21 |
with gr.Tab("Churn Analysis"):
|
22 |
gr.Markdown("Customer Churn Prediction")
|