mindwrapped commited on
Commit
5ddf05e
·
1 Parent(s): 99f86a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def check_card(img):
18
  explanation = explainer.explain_instance(
19
  np.array(img),
20
  classifier_fn=classify_cards,
21
- labels=['fake', 'real'],
22
- num_samples=100,
23
  random_seed=42,
24
  )
25
 
 
18
  explanation = explainer.explain_instance(
19
  np.array(img),
20
  classifier_fn=classify_cards,
21
+ labels=['0', '1'],
22
+ num_samples=1000,
23
  random_seed=42,
24
  )
25