Kaushik066 commited on
Commit
9d685c1
·
verified ·
1 Parent(s): f2b0398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ if picture is not None:
218
  st.write(image_paths)
219
 
220
  # Display the results
221
- if predictions[match_idx] <= 0.5:
222
  st.write('Welcome: ',image_paths[match_idx].split('/')[-1].split('.')[0])
223
  else:
224
  st.write("Match not found")
 
218
  st.write(image_paths)
219
 
220
  # Display the results
221
+ if predictions[match_idx] <= 0.3:
222
  st.write('Welcome: ',image_paths[match_idx].split('/')[-1].split('.')[0])
223
  else:
224
  st.write("Match not found")