Spaces:
Runtime error
Runtime error
'gg3'
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ with gr.Blocks() as demo:
|
|
72 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
73 |
input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
74 |
|
75 |
-
demo.launch(
|
|
|
72 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
73 |
input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
74 |
|
75 |
+
demo.launch()
|