Spaces:
Sleeping
Sleeping
Commit
·
0b36430
1
Parent(s):
16cdf4f
Update app
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
|
|
16 |
gr.Label("Recent Prediction History")
|
17 |
input_img = gr.Image("df_wine_recent.png", elem_id="recent-predictions")
|
18 |
with gr.Column():
|
19 |
-
gr.Label("Confusion
|
20 |
input_img = gr.Image("confusion_matrix_wine.png", elem_id="confusion-matrix")
|
21 |
|
22 |
demo.launch()
|
|
|
16 |
gr.Label("Recent Prediction History")
|
17 |
input_img = gr.Image("df_wine_recent.png", elem_id="recent-predictions")
|
18 |
with gr.Column():
|
19 |
+
gr.Label("Confusion Matrix with Historical Prediction Performance")
|
20 |
input_img = gr.Image("confusion_matrix_wine.png", elem_id="confusion-matrix")
|
21 |
|
22 |
demo.launch()
|