Spaces:
Runtime error
Runtime error
Fix typo in image filename
Browse files
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("
|
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")
|