Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
|
|
62 |
],
|
63 |
title="Binary Classification Report Generator",
|
64 |
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a comprehensive classification report with 6 figures.",
|
65 |
-
examples=[],
|
66 |
cache_examples=False
|
67 |
)
|
68 |
|
|
|
62 |
],
|
63 |
title="Binary Classification Report Generator",
|
64 |
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a comprehensive classification report with 6 figures.",
|
65 |
+
examples=["scores.csv"],
|
66 |
cache_examples=False
|
67 |
)
|
68 |
|