dsce0001 commited on
Commit
2dbb6fc
·
verified ·
1 Parent(s): ea7d278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)