Spaces:
Sleeping
Sleeping
Maria Halvarsson
commited on
Commit
·
54a6dd2
1
Parent(s):
26b2445
share
Browse files
app.py
CHANGED
@@ -30,4 +30,4 @@ with gr.Blocks() as demo:
|
|
30 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
31 |
#input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
32 |
|
33 |
-
demo.launch()
|
|
|
30 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
31 |
#input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
32 |
|
33 |
+
demo.launch(share=True)
|