Pragformer commited on
Commit
336580c
·
1 Parent(s): b473578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def get_predictor(model):
116
  def get_lime_explain(filename):
117
  def lime_explain(code_txt):
118
 
119
- SAMPLES = 10 #40
120
  exp = []
121
 
122
  if filename == 'Loop':
 
116
  def get_lime_explain(filename):
117
  def lime_explain(code_txt):
118
 
119
+ SAMPLES = 35
120
  exp = []
121
 
122
  if filename == 'Loop':