Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,4 +87,4 @@ bugs = gr.HTML(value=bugs_data)
|
|
| 87 |
|
| 88 |
ifacepro = gr.TabbedInterface(interface_list=[iface, conf_matrix_img,labels_img,changelog,bugs], tab_names=["Test Environment", "Normalised Confusion Matrix", "Total Class Instances", "Changelog", "Bug Reporting"])
|
| 89 |
|
| 90 |
-
ifacepro.launch()
|
|
|
|
| 87 |
|
| 88 |
ifacepro = gr.TabbedInterface(interface_list=[iface, conf_matrix_img,labels_img,changelog,bugs], tab_names=["Test Environment", "Normalised Confusion Matrix", "Total Class Instances", "Changelog", "Bug Reporting"])
|
| 89 |
|
| 90 |
+
ifacepro.launch(share=True)
|