Spaces:
Sleeping
Sleeping
Commit
·
238f256
1
Parent(s):
c380a4e
Update app.py
Browse files
app.py
CHANGED
@@ -36,13 +36,13 @@ with gr.Blocks() as demo:
|
|
36 |
input_img = gr.Image("df_recent_wine_red.png", elem_id="recent-predictions-red")
|
37 |
with gr.Column():
|
38 |
gr.Label("Confusion Maxtrix with Historical Red Prediction Performance")
|
39 |
-
input_img = gr.Image("
|
40 |
with gr.Column():
|
41 |
gr.Label("Recent White Prediction History")
|
42 |
input_img = gr.Image("df_recent_wine_white.png", elem_id="recent-predictions-white")
|
43 |
with gr.Column():
|
44 |
gr.Label("Confusion Maxtrix with Historical White Prediction Performance")
|
45 |
-
input_img = gr.Image("
|
46 |
|
47 |
|
48 |
demo.launch()
|
|
|
36 |
input_img = gr.Image("df_recent_wine_red.png", elem_id="recent-predictions-red")
|
37 |
with gr.Column():
|
38 |
gr.Label("Confusion Maxtrix with Historical Red Prediction Performance")
|
39 |
+
input_img = gr.Image("confusion_matrix_wine_red.png", elem_id="confusion-matrix-red")
|
40 |
with gr.Column():
|
41 |
gr.Label("Recent White Prediction History")
|
42 |
input_img = gr.Image("df_recent_wine_white.png", elem_id="recent-predictions-white")
|
43 |
with gr.Column():
|
44 |
gr.Label("Confusion Maxtrix with Historical White Prediction Performance")
|
45 |
+
input_img = gr.Image("confusion_matrix_wine_white.png", elem_id="confusion-matrix-white")
|
46 |
|
47 |
|
48 |
demo.launch()
|