Sleepyp00 commited on
Commit
59e5374
·
1 Parent(s): c697cf7
Files changed (1) hide show
  1. app.py +1 -1
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 Maxtrix with Historical Prediction Performance")
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)