MarieGotthardt commited on
Commit
7e691e9
·
1 Parent(s): 513704f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,10 +15,10 @@ dataset_api.download("Resources/images/confusion_matrix_wine.png")
15
  with gr.Blocks() as demo:
16
  with gr.Row():
17
  with gr.Column():
18
- gr.Label("Today's Predicted Image")
19
  input_img = gr.Image("latest_wine.png", elem_id="predicted-img")
20
  with gr.Column():
21
- gr.Label("Today's Actual Image")
22
  input_img = gr.Image("actual_wine.png", elem_id="actual-img")
23
  with gr.Row():
24
  with gr.Column():
 
15
  with gr.Blocks() as demo:
16
  with gr.Row():
17
  with gr.Column():
18
+ gr.Label("Today's Predicted Wine Quality")
19
  input_img = gr.Image("latest_wine.png", elem_id="predicted-img")
20
  with gr.Column():
21
+ gr.Label("Today's Actual Wine Quality")
22
  input_img = gr.Image("actual_wine.png", elem_id="actual-img")
23
  with gr.Row():
24
  with gr.Column():