mouaddb commited on
Commit
a5c89d9
1 Parent(s): f398fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ if __name__=="__main__":
96
  btn.click(fn=app_fn, inputs=[img, threshold, object_larger_than_bg], outputs=[fig_pca])
97
  examples = gr.Examples(
98
  examples=[
99
- ["assets/photo-1.jpg", 0.6, True],
100
  ["assets/photo-2.jpg", 0.7, True],
101
  ["assets/photo-3.jpg", 0.8, False]
102
  ],
 
96
  btn.click(fn=app_fn, inputs=[img, threshold, object_larger_than_bg], outputs=[fig_pca])
97
  examples = gr.Examples(
98
  examples=[
99
+ ["assets/photo-1.jpg", 0.6, False],
100
  ["assets/photo-2.jpg", 0.7, True],
101
  ["assets/photo-3.jpg", 0.8, False]
102
  ],