Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ with gr.Blocks() as demo:
|
|
| 33 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
| 34 |
gr.Image("wine_confusion_matrix.png", elem_id="confusion-matrix")
|
| 35 |
|
| 36 |
-
demo.launch(
|
|
|
|
| 33 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
| 34 |
gr.Image("wine_confusion_matrix.png", elem_id="confusion-matrix")
|
| 35 |
|
| 36 |
+
demo.launch()
|