Spaces:
Runtime error
Runtime error
sdgs
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
|
|
25 |
gr.Label("Recent Prediction History")
|
26 |
input_img = gr.Image("df_wine_recent.png", elem_id="recent-predictions")
|
27 |
with gr.Column():
|
28 |
-
gr.Label("Confusion
|
29 |
input_img = gr.Image("wine_confusion_matrix.png", elem_id="confusion-matrix")
|
30 |
|
31 |
demo.launch(share = True)
|
|
|
25 |
gr.Label("Recent Prediction History")
|
26 |
input_img = gr.Image("df_wine_recent.png", elem_id="recent-predictions")
|
27 |
with gr.Column():
|
28 |
+
gr.Label("Confusion Matrix with Historical Prediction Performance")
|
29 |
input_img = gr.Image("wine_confusion_matrix.png", elem_id="confusion-matrix")
|
30 |
|
31 |
demo.launch(share = True)
|