IS361Group4 commited on
Commit
26ae3e0
·
verified ·
1 Parent(s): a1b0871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- gr.Interface.load("models/iiiorg/piiranha-v1-detect-personal-information")
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")