pierrelf commited on
Commit
533ccbd
·
1 Parent(s): b6425fc

Fix typo in image filename

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
15
  with gr.Row():
16
  with gr.Column():
17
  gr.Label("Today's Predicted Wine")
18
- input_img = gr.Image("latest_win.png", elem_id="predicted-img")
19
  with gr.Column():
20
  gr.Label("Today's Actual Wine")
21
  input_img = gr.Image("actual_wine.png", elem_id="actual-img")
 
15
  with gr.Row():
16
  with gr.Column():
17
  gr.Label("Today's Predicted Wine")
18
+ input_img = gr.Image("latest_wine.png", elem_id="predicted-img")
19
  with gr.Column():
20
  gr.Label("Today's Actual Wine")
21
  input_img = gr.Image("actual_wine.png", elem_id="actual-img")