meetanilp commited on
Commit
d7e4c1a
·
verified ·
1 Parent(s): 26c6496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -96,8 +96,9 @@ demo = gr.Interface(
96
  ["patient_readmission", 16, True, "SR_11_7"],
97
  ["churn_predictor", 32, False, "NIST_RMF_1.0"],
98
  ],
99
- theme=gr.themes.Soft(),
100
- allow_flagging="never",
101
  )
102
 
103
- demo.launch()
 
 
 
96
  ["patient_readmission", 16, True, "SR_11_7"],
97
  ["churn_predictor", 32, False, "NIST_RMF_1.0"],
98
  ],
99
+ flagging_mode="never",
 
100
  )
101
 
102
+ demo.launch(
103
+ theme=gr.themes.Soft(),
104
+ )