Spaces:
Sleeping
Sleeping
Commit
·
edc137f
1
Parent(s):
dde9969
Update app
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("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("confusion_matrix.png", elem_id="confusion-matrix")
|
30 |
|
31 |
+
demo.launch(share=True)
|