Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ with gr.Blocks() as demo:
|
|
27 |
with gr.Row():
|
28 |
with gr.Column():
|
29 |
gr.Label("Recent Prediction History")
|
30 |
-
input_img = gr.Image("
|
31 |
with gr.Column():
|
32 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
33 |
-
input_img = gr.Image("
|
34 |
|
35 |
demo.launch()
|
|
|
27 |
with gr.Row():
|
28 |
with gr.Column():
|
29 |
gr.Label("Recent Prediction History")
|
30 |
+
input_img = gr.Image("df_recent_titanic.png", elem_id="recent-predictions")
|
31 |
with gr.Column():
|
32 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
33 |
+
input_img = gr.Image("confusion_matrix_titanic.png", elem_id="confusion-matrix")
|
34 |
|
35 |
demo.launch()
|