Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ with gr.Blocks() as app:
|
|
16 |
create_financial_tab()
|
17 |
|
18 |
with gr.Tab("Personal Info Identifier"):
|
19 |
-
|
20 |
-
pii_interface.render()
|
21 |
|
22 |
with gr.Tab("Churn Analysis"):
|
23 |
gr.Markdown("Customer Churn Prediction")
|
|
|
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")
|