Spaces:
Build error
Build error
Commit
·
336580c
1
Parent(s):
b473578
Update app.py
Browse files
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 =
|
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':
|