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