Sofia Krylova commited on
Commit
0a69531
·
1 Parent(s): 2d7893c

While we don't have enough daily samples.

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,8 +24,8 @@ with gr.Blocks() as demo:
24
  with gr.Column():
25
  gr.Label("Recent Prediction History")
26
  input_img = gr.Image("df_recent.png", elem_id="recent-predictions")
27
- with gr.Column():
28
- gr.Label("Confusion Maxtrix with Historical Prediction Performance")
29
- input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
30
 
31
  demo.launch()
 
24
  with gr.Column():
25
  gr.Label("Recent Prediction History")
26
  input_img = gr.Image("df_recent.png", elem_id="recent-predictions")
27
+ # with gr.Column():
28
+ # gr.Label("Confusion Maxtrix with Historical Prediction Performance")
29
+ # input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
30
 
31
  demo.launch()