Spaces:
Sleeping
Sleeping
Commit
·
6d2e376
1
Parent(s):
a9a765d
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
|
|
25 |
gr.Label("Today's Red Actual Quality")
|
26 |
input_img = gr.Image("actual_wine_red.png", elem_id="actual-img-red")
|
27 |
with gr.Column():
|
28 |
-
gr.Label("Today's White
|
29 |
input_img = gr.Image("actual_wine_white.png", elem_id="actual-img-white")
|
30 |
with gr.Column():
|
31 |
gr.Label("Today's White Actual Quality")
|
|
|
25 |
gr.Label("Today's Red Actual Quality")
|
26 |
input_img = gr.Image("actual_wine_red.png", elem_id="actual-img-red")
|
27 |
with gr.Column():
|
28 |
+
gr.Label("Today's White Predicted Quality")
|
29 |
input_img = gr.Image("actual_wine_white.png", elem_id="actual-img-white")
|
30 |
with gr.Column():
|
31 |
gr.Label("Today's White Actual Quality")
|