Spaces:
Runtime error
Runtime error
removed share=true in launch
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ with gr.Blocks() as demo:
|
|
29 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
30 |
input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
31 |
|
32 |
-
demo.launch(
|
|
|
29 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
30 |
input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
31 |
|
32 |
+
demo.launch()
|