Spaces:
Sleeping
Sleeping
Commit
·
c380a4e
1
Parent(s):
2132c1c
Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,5 @@ with gr.Blocks() as demo:
|
|
44 |
gr.Label("Confusion Maxtrix with Historical White Prediction Performance")
|
45 |
input_img = gr.Image("confusion_matri_wine_white.png", elem_id="confusion-matrix-white")
|
46 |
|
|
|
47 |
demo.launch()
|
|
|
44 |
gr.Label("Confusion Maxtrix with Historical White Prediction Performance")
|
45 |
input_img = gr.Image("confusion_matri_wine_white.png", elem_id="confusion-matrix-white")
|
46 |
|
47 |
+
|
48 |
demo.launch()
|