BioMike commited on
Commit
315f9a8
·
verified ·
1 Parent(s): ea49920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -57,3 +57,6 @@ def segment_with_legend(input_img):
57
  ax.legend(handles=legend_patches, loc='lower right', framealpha=0.8)
58
 
59
  return fig
 
 
 
 
57
  ax.legend(handles=legend_patches, loc='lower right', framealpha=0.8)
58
 
59
  return fig
60
+
61
+ if __name__ == "__main__":
62
+ demo.launch()