Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
|
|
70 |
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report."
|
71 |
"'y_true': reference standard (0s or 1s)."
|
72 |
"'y_pred': model prediction (continuous value between 0 and 1)",
|
73 |
-
examples=["scores.csv", 1000, 72, "DEFAULT"],
|
74 |
cache_examples=False
|
75 |
)
|
76 |
|
|
|
70 |
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report."
|
71 |
"'y_true': reference standard (0s or 1s)."
|
72 |
"'y_pred': model prediction (continuous value between 0 and 1)",
|
73 |
+
examples=[["scores.csv", 1000, 72, "DEFAULT"]],
|
74 |
cache_examples=False
|
75 |
)
|
76 |
|