Spaces:
Sleeping
Sleeping
Commit ·
7e691e9
1
Parent(s): 513704f
Update app.py
Browse files
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
|
| 19 |
input_img = gr.Image("latest_wine.png", elem_id="predicted-img")
|
| 20 |
with gr.Column():
|
| 21 |
-
gr.Label("Today's Actual
|
| 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():
|