Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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 |
+
)
|