fabianzeiher commited on
Commit
c370005
·
1 Parent(s): a427bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,9 +14,9 @@ with gr.Blocks() as demo:
14
  with gr.Row():
15
  with gr.Column():
16
  gr.Label("Recent Prediction History")
17
- input_img = gr.Image("df_recent.png", elem_id="recent-predictions")
18
  with gr.Column():
19
  gr.Label("Confusion Maxtrix with Historical Prediction Performance")
20
- input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
21
 
22
  demo.launch()
 
14
  with gr.Row():
15
  with gr.Column():
16
  gr.Label("Recent Prediction History")
17
+ input_img = gr.Image("wine_df_recent.png", elem_id="recent-predictions")
18
  with gr.Column():
19
  gr.Label("Confusion Maxtrix with Historical Prediction Performance")
20
+ input_img = gr.Image("wine_confusion_matrix.png", elem_id="confusion-matrix")
21
 
22
  demo.launch()