Spaces:
Runtime error
Runtime error
axel-kaliff
commited on
Commit
•
78725e3
1
Parent(s):
f7960c9
fixed actual flower name
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
|
|
19 |
input_img = gr.Image("latest_flower.png", elem_id="predicted-img")
|
20 |
with gr.Column():
|
21 |
gr.Label("Today's Actual Image")
|
22 |
-
input_img = gr.Image("
|
23 |
with gr.Row():
|
24 |
with gr.Column():
|
25 |
gr.Label("Recent Prediction History")
|
|
|
19 |
input_img = gr.Image("latest_flower.png", elem_id="predicted-img")
|
20 |
with gr.Column():
|
21 |
gr.Label("Today's Actual Image")
|
22 |
+
input_img = gr.Image("actual_iris.png", elem_id="actual-img")
|
23 |
with gr.Row():
|
24 |
with gr.Column():
|
25 |
gr.Label("Recent Prediction History")
|